diff options
author | John Crispin <blogic@openwrt.org> | 2013-09-18 16:31:45 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-09-18 16:31:45 +0000 |
commit | 9921bd78e785c8e2948d86504c62fc73157f5dc3 (patch) | |
tree | 6c40300d28125e96cd9ca4fc1990e9625a728e64 /target/linux | |
parent | 927211020962a6e53c4c060dd3063edf524017af (diff) | |
download | upstream-9921bd78e785c8e2948d86504c62fc73157f5dc3.tar.gz upstream-9921bd78e785c8e2948d86504c62fc73157f5dc3.tar.bz2 upstream-9921bd78e785c8e2948d86504c62fc73157f5dc3.zip |
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')
-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>; |