Commit a9d9bfca authored by Marek Behún's avatar Marek Behún Committed by Gregory CLEMENT
Browse files

arm64: dts: armada-3720-turris-mox: rename u-boot mtd partition to a53-firmware

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: default avatarMarek Behún <kabel@kernel.org>
Fixes: 7109d817 ("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: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent 5c8fe583
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -205,7 +205,7 @@ partition@0 {
			};

			partition@20000 {
				label = "u-boot";
				label = "a53-firmware";
				reg = <0x20000 0x160000>;
			};