mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: Layerscape: TQMLS1046a: Fix partition name
@ 2019-11-27 11:23 Sascha Hauer
  0 siblings, 0 replies; only message in thread
From: Sascha Hauer @ 2019-11-27 11:23 UTC (permalink / raw)
  To: Barebox List

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@pengutronix.de>
---
 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@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-27 11:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-27 11:23 [PATCH] ARM: Layerscape: TQMLS1046a: Fix partition name Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox