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:
John Crispin 2024-08-31 19:00:47 +02:00
parent 28d8f33925
commit 0db6f9a856

View File

@ -149,7 +149,7 @@
+
+ partition@200000 {
+ label = "ubi";
+ reg = <0x100000 0x7f00000>;
+ reg = <0x100000 0xff00000>;
+ };
+ };
+ };