Browse Source

ramips: fix firmware partition size

Signed-off-by: Bjoern Dobe <[email protected]>

SVN-Revision: 48020
Felix Fietkau 10 years ago
parent
commit
d65eda48b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/ramips/dts/RE6500.dts

+ 1 - 1
target/linux/ramips/dts/RE6500.dts

@@ -47,7 +47,7 @@
 
 				partition@50000 {
 					label = "firmware";
-					reg = <0x50000 0xfb0000>;
+					reg = <0x50000 0x7b0000>;
 				};
 			};
 		};