summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorTeresa Gámez <t.gamez@phytec.de>2014-12-08 10:59:49 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-12-09 11:54:40 +0100
commitfd578f6c0c008cef81e65777b074800a22b10855 (patch)
treed2d56c864075d2ca1d9305d760c9ab178925f299 /arch
parent5844f3c3c7a12d0b09a2cb26f8a3ac88b4408e37 (diff)
downloadbarebox-fd578f6c0c008cef81e65777b074800a22b10855.tar.gz
barebox-fd578f6c0c008cef81e65777b074800a22b10855.tar.xz
ARM: dts: am335x-phytec-phyflex: Increase kernel partition on SPI NOR
Increase kernel partition to end of SPI NOR. Signed-off-by: Teresa Gámez <t.gamez@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/am335x-phytec-phyflex.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/am335x-phytec-phyflex.dts b/arch/arm/dts/am335x-phytec-phyflex.dts
index 6679cf56db..6c49567107 100644
--- a/arch/arm/dts/am335x-phytec-phyflex.dts
+++ b/arch/arm/dts/am335x-phytec-phyflex.dts
@@ -187,7 +187,7 @@
partition@4 {
label = "kernel";
- reg = <0xe0000 0x400000>;
+ reg = <0xe0000 0x0>;
};
};
};