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:
parent
28d8f33925
commit
0db6f9a856
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@
|
|||
+
|
||||
+ partition@200000 {
|
||||
+ label = "ubi";
|
||||
+ reg = <0x100000 0x7f00000>;
|
||||
+ reg = <0x100000 0xff00000>;
|
||||
+ };
|
||||
+ };
|
||||
+ };
|
||||
|
|
Loading…
Reference in a new issue