From: Punnaiah Choudary Kalluri Date: Tue, 24 Mar 2015 08:52:37 +0000 (+0530) Subject: ARM: zynq: Correct the smc nor memory region size X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=23c604715a025c372376bf64a169309f4e2b6776;p=thirdparty%2Fu-boot.git ARM: zynq: Correct the smc nor memory region size Corrected the smc nor memory region size as per the zynq trm Signed-off-by: Punnaiah Choudary Kalluri Reviewed-by: Peter Crosthwaite Signed-off-by: Michal Simek --- diff --git a/arch/arm/dts/zynq-7000.dtsi b/arch/arm/dts/zynq-7000.dtsi index b925b0352cf..43741bc7ab4 100644 --- a/arch/arm/dts/zynq-7000.dtsi +++ b/arch/arm/dts/zynq-7000.dtsi @@ -234,7 +234,7 @@ nor0: flash@e2000000 { status = "disabled"; compatible = "cfi-flash"; - reg = <0xe2000000 0x1000>; + reg = <0xe2000000 0x2000000>; #address-cells = <1>; #size-cells = <1>; };