summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-06-12 05:57:27 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-06-12 06:13:51 +0200
commitfd0007a9efb34e924465ddb981e61e1fe5d55100 (patch)
tree7909e8641a2cb22af165d1c0ad80b052f1eff028
parentd47e89a45d8ee57c31e6afcdfcbc1288dcaa27a6 (diff)
downloadbarebox-fd0007a9efb34e924465ddb981e61e1fe5d55100.tar.gz
barebox-fd0007a9efb34e924465ddb981e61e1fe5d55100.tar.xz
ARM: dts: Karo tx6: increase barebox partition to 4MB
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 <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/dts/imx6dl-tx6u-801x.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/imx6dl-tx6u-801x.dts b/arch/arm/dts/imx6dl-tx6u-801x.dts
index 43104b2b88..a480408f50 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>;
};
};