From 40ac8dd9df069ec06b25ce64018f1c229eaa659a Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 18 Sep 2013 16:31:45 +0000 Subject: [PATCH] lantiq: fix FRITZ7320 flash window size Signed-off-by: John Crispin SVN-Revision: 38042 --- target/linux/lantiq/dts/FRITZ7320.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/lantiq/dts/FRITZ7320.dts b/target/linux/lantiq/dts/FRITZ7320.dts index 54a8f4341b..13845751e7 100644 --- a/target/linux/lantiq/dts/FRITZ7320.dts +++ b/target/linux/lantiq/dts/FRITZ7320.dts @@ -18,7 +18,7 @@ nor-boot@0 { compatible = "lantiq,nor"; bank-width = <2>; - reg = <0 0x0 0x800000>; + reg = <0 0x0 0x1000000>; #address-cells = <1>; #size-cells = <1>; -- 2.25.1