summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorTeresa Gámez <t.gamez@phytec.de>2014-12-08 10:59:50 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-12-09 11:54:40 +0100
commit844261c4ac0c7095fcbe0e7ae8b44fe2c687ca01 (patch)
treed1e361eed29a6a83ce443522787e676a5e276edf /arch
parentfd578f6c0c008cef81e65777b074800a22b10855 (diff)
downloadbarebox-844261c4ac0c7095fcbe0e7ae8b44fe2c687ca01.tar.gz
barebox-844261c4ac0c7095fcbe0e7ae8b44fe2c687ca01.tar.xz
ARM: dts: am335x-phytec-phycore-som: 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-phycore-som.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/am335x-phytec-phycore-som.dtsi b/arch/arm/dts/am335x-phytec-phycore-som.dtsi
index 246b5aa62d..c34ae38271 100644
--- a/arch/arm/dts/am335x-phytec-phycore-som.dtsi
+++ b/arch/arm/dts/am335x-phytec-phycore-som.dtsi
@@ -161,7 +161,7 @@
partition@4 {
label = "kernel";
- reg = <0xe0000 0x400000>;
+ reg = <0xe0000 0x0>;
};
};
};