mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: imx6ull-evk: Grow barebox partition, reduce environment
@ 2025-05-23 10:15 Philipp Zabel
  2025-05-26 13:47 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2025-05-23 10:15 UTC (permalink / raw)
  To: barebox

Keep using the first 1 MiB on the boot uSDHC for barebox + environment,
but change the split from 768/256 to 896/128 KiB.

This allows to install multi-board barebox binaries that have grown past
the 768 KiB limit without changing GPT partitions.

Now i.MX6ULL is aligned with the other i.MX6 boards as of commit
3fb70de496b3 ("ARM: i.MX: increase barebox partition sizes").

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 arch/arm/dts/imx6ull-14x14-evk.dts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/dts/imx6ull-14x14-evk.dts b/arch/arm/dts/imx6ull-14x14-evk.dts
index ad283ca968..fdd0df28a3 100644
--- a/arch/arm/dts/imx6ull-14x14-evk.dts
+++ b/arch/arm/dts/imx6ull-14x14-evk.dts
@@ -15,12 +15,12 @@ &usdhc2 {
 
 	partition@0 {
 		label = "barebox";
-		reg = <0x0 0xc0000>;
+		reg = <0x0 0xe0000>;
 	};
 
-	environment_usdhc2: partition@c0000 {
+	environment_usdhc2: partition@e0000 {
 		label = "barebox-environment";
-		reg = <0xc0000 0x40000>;
+		reg = <0xe0000 0x20000>;
 	};
 };
 
-- 
2.49.0




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

end of thread, other threads:[~2025-05-26 13:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-23 10:15 [PATCH] ARM: imx6ull-evk: Grow barebox partition, reduce environment Philipp Zabel
2025-05-26 13:47 ` Sascha Hauer

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