diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-09-18 16:31:45 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-09-18 16:31:45 +0000 |
commit | 6aa516d574e794f587dd78af2c8e41b7e4f61b44 (patch) | |
tree | 6c40300d28125e96cd9ca4fc1990e9625a728e64 /target/linux/lantiq | |
parent | 5ec797a680d8d1c810a32e73aaba78a1aeb9df6c (diff) |
lantiq: fix FRITZ7320 flash window size
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38042 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq')
-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>; |