From 48a3995ad26f5aa4cb3040019779c105788762ff Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 1 Jan 2016 12:26:30 +0000 Subject: [PATCH] ramips: fix firmware partition size Signed-off-by: Bjoern Dobe git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48020 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/dts/RE6500.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/dts/RE6500.dts b/target/linux/ramips/dts/RE6500.dts index 7aa29efa7e..d1bf5ba85e 100644 --- a/target/linux/ramips/dts/RE6500.dts +++ b/target/linux/ramips/dts/RE6500.dts @@ -47,7 +47,7 @@ partition@50000 { label = "firmware"; - reg = <0x50000 0xfb0000>; + reg = <0x50000 0x7b0000>; }; }; }; -- 2.11.0