diff options
author | John Crispin <john@openwrt.org> | 2013-09-18 16:31:45 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-09-18 16:31:45 +0000 |
commit | 40ac8dd9df069ec06b25ce64018f1c229eaa659a (patch) | |
tree | 83ce662d3b8f33ad9e90a4c8cb0ae57d69b5f720 /target | |
parent | f9f73ef2ec89c0bc3d5a7c1351acb56f2d227afe (diff) | |
download | upstream-40ac8dd9df069ec06b25ce64018f1c229eaa659a.tar.gz upstream-40ac8dd9df069ec06b25ce64018f1c229eaa659a.tar.bz2 upstream-40ac8dd9df069ec06b25ce64018f1c229eaa659a.zip |
lantiq: fix FRITZ7320 flash window size
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38042
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/dts/FRITZ7320.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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>; |