From 7e009ab9acf292a7b83945d7cc8cfe6cc3589131 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 15 Jul 2014 18:08:32 +0200 Subject: [PATCH] pcm051: The SoM has a variable amount of flash and less than configured Deal with systems that only have 128 mb of nand flash. Let the bootloader grow the partition to the end of the nand. Signed-off-by: Holger Hans Peter Freyther --- arch/arm/dts/am335x-phytec-phycore.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/dts/am335x-phytec-phycore.dts b/arch/arm/dts/am335x-phytec-phycore.dts index 550b306b7..a58a20bd4 100644 --- a/arch/arm/dts/am335x-phytec-phycore.dts +++ b/arch/arm/dts/am335x-phytec-phycore.dts @@ -316,7 +316,7 @@ partition@7 { label = "root"; - reg = <0x920000 0x1f6e0000>; + reg = <0x920000 0x0>; }; }; };