[PATCH] ARM: Layerscape: TQMLS1046a: Fix partition name

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The barebox partition on the SD card starts at offset 0x1000, so the
partition node should be named partition@1000.

Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>
---
 arch/arm/dts/fsl-tqmls1046a-mbls10xxa.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/fsl-tqmls1046a-mbls10xxa.dts b/arch/arm/dts/fsl-tqmls1046a-mbls10xxa.dts
index f0332e3999..e244a9b873 100644
--- a/arch/arm/dts/fsl-tqmls1046a-mbls10xxa.dts
+++ b/arch/arm/dts/fsl-tqmls1046a-mbls10xxa.dts
@@ -84,7 +84,7 @@
 
 		compatible = "fixed-partitions";
 
-		partition@0 {
+		partition@1000 {
 			label = "barebox";
 			reg = <0x1000 0xdf000>;
 		};
-- 
2.24.0


_______________________________________________
barebox mailing list
barebox@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox



[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux