mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: CCMX51: Increase kernel partition size
@ 2020-10-30  7:31 Alexander Shiyan
  2020-10-30 20:02 ` Uwe Kleine-König
  2020-11-02  8:54 ` Sascha Hauer
  0 siblings, 2 replies; 4+ messages in thread
From: Alexander Shiyan @ 2020-10-30  7:31 UTC (permalink / raw)
  To: barebox

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 arch/arm/dts/imx51-ccxmx51.dts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/dts/imx51-ccxmx51.dts b/arch/arm/dts/imx51-ccxmx51.dts
index efe5dbf63..4aa32e4c8 100644
--- a/arch/arm/dts/imx51-ccxmx51.dts
+++ b/arch/arm/dts/imx51-ccxmx51.dts
@@ -31,11 +31,11 @@
 
 	partition@c0000 {
 		label = "kernel";
-		reg = <0xc0000 0x340000>;
+		reg = <0xc0000 0x400000>;
 	};
 
-	partition@400000 {
+	partition@4c0000 {
 		label = "root";
-		reg = <0x400000 0>;
+		reg = <0x4c0000 0>;
 	};
 };
-- 
2.26.2


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-11-02  8:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-30  7:31 [PATCH] ARM: dts: CCMX51: Increase kernel partition size Alexander Shiyan
2020-10-30 20:02 ` Uwe Kleine-König
2020-11-02  7:19   ` Alexander Shiyan
2020-11-02  8:54 ` Sascha Hauer

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