summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorEnrico Jorns <ejo@pengutronix.de>2018-09-28 12:42:03 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2018-10-02 09:23:01 +0200
commit074341b0c6e2e8759e37af18dfc8f7d7dcc8e1e2 (patch)
tree66148b9a06f0408e1a1f795ac3e3fca3eb7e852a /arch
parent39f63b9aea416794d5e61c670c93a202a9f01c8f (diff)
downloadbarebox-074341b0c6e2e8759e37af18dfc8f7d7dcc8e1e2.tar.gz
barebox-074341b0c6e2e8759e37af18dfc8f7d7dcc8e1e2.tar.xz
ARM: socfpga: achilles: move partitions to free disk space
Prior to this, environment and state was placed inside the redundant barbeox copies. Signed-off-by: Enrico Jorns <ejo@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/socfpga_arria10_achilles.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/socfpga_arria10_achilles.dts b/arch/arm/dts/socfpga_arria10_achilles.dts
index 5c08be82d6..abf2a7d9f1 100644
--- a/arch/arm/dts/socfpga_arria10_achilles.dts
+++ b/arch/arm/dts/socfpga_arria10_achilles.dts
@@ -207,12 +207,12 @@
#address-cells = <1>;
environment_mmc: partition@178000 {
label = "environment";
- reg = <0x178000 0x8000>;
+ reg = <0x300000 0x8000>;
};
state_mmc: partition@180000 {
label = "state";
- reg = <0x180000 0xC00>;
+ reg = <0x400000 0x8000>;
};
};
};