[PATCH] ARM: imx6ull-evk: Grow barebox partition, reduce environment
Philipp Zabel
p.zabel at pengutronix.de
Fri May 23 03:15:35 PDT 2025
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 at 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 at 0 {
label = "barebox";
- reg = <0x0 0xc0000>;
+ reg = <0x0 0xe0000>;
};
- environment_usdhc2: partition at c0000 {
+ environment_usdhc2: partition at e0000 {
label = "barebox-environment";
- reg = <0xc0000 0x40000>;
+ reg = <0xe0000 0x20000>;
};
};
--
2.49.0
More information about the barebox
mailing list