Due to the DBBT, multiple FCBs, two bootloaders and the possibility
of bad blocks the bootloader partition needs more space. Increase
it to 4MB.

Signed-off-by: Sascha Hauer <[email protected]>
---
 arch/arm/dts/imx6dl-tx6u-801x.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/dts/imx6dl-tx6u-801x.dts 
b/arch/arm/dts/imx6dl-tx6u-801x.dts
index 43104b2..a480408 100644
--- a/arch/arm/dts/imx6dl-tx6u-801x.dts
+++ b/arch/arm/dts/imx6dl-tx6u-801x.dts
@@ -18,12 +18,12 @@
 &gpmi {
        partition@0 {
                label = "barebox";
-               reg = <0x0 0x100000>;
+               reg = <0x0 0x400000>;
        };
 
        partition@1 {
                label = "barebox-environment";
-               reg = <0x100000 0x100000>;
+               reg = <0x400000 0x100000>;
        };
 };
 
-- 
2.1.4


_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to