mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-08 07:49:21 +01:00
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
@ -149,7 +149,7 @@
|
||||
+
|
||||
+ partition@200000 {
|
||||
+ label = "ubi";
|
||||
+ reg = <0x100000 0x7f00000>;
|
||||
+ reg = <0x100000 0xff00000>;
|
||||
+ };
|
||||
+ };
|
||||
+ };
|
||||
|
Loading…
Reference in New Issue
Block a user