arm64: dts: armada-3720-turris-mox: rename u-boot mtd partition to a53-firmware
authorMarek Behún <kabel@kernel.org>
Mon, 11 Jan 2021 02:12:43 +0000 (03:12 +0100)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Fri, 29 Jan 2021 15:40:29 +0000 (16:40 +0100)
The partition called "u-boot" in reality contains TF-A and U-Boot, and
TF-A is before U-Boot.

Rename this parition to "a53-firmware" to avoid confusion for users,
since they cannot simply build U-Boot from U-Boot repository and flash
the resulting image there. Instead they have to build the firmware with
the sources from the mox-boot-builder repository [1] and flash the
a53-firmware.bin binary there.

[1] https://gitlab.nic.cz/turris/mox-boot-builder

Signed-off-by: Marek Behún <kabel@kernel.org>
Fixes: 7109d817db2e ("arm64: dts: marvell: add DTS for Turris Mox")
Cc: Gregory CLEMENT <gregory.clement@bootlin.com>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts

index f5ec3b644769203d18aeb4e4e4a7e1d22c4591e6..d239ab70ed995ccb053176381606fd00973af2cc 100644 (file)
                        };
 
                        partition@20000 {
-                               label = "u-boot";
+                               label = "a53-firmware";
                                reg = <0x20000 0x160000>;
                        };