uboot-mediatek: fix OpenWrt One NAND size
The final version of the PCB has 256MB NAND instead of 128MB. Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
+
|
||||
+ partition@200000 {
|
||||
+ label = "ubi";
|
||||
+ reg = <0x100000 0x7f00000>;
|
||||
+ reg = <0x100000 0xff00000>;
|
||||
+ };
|
||||
+ };
|
||||
+ };
|
||||
|
||||
Reference in New Issue
Block a user