uboot-mediatek: fix OpenWrt One NAND size
authorJohn Crispin <john@phrozen.org>
Sat, 31 Aug 2024 17:00:47 +0000 (19:00 +0200)
committerDavid Bauer <mail@david-bauer.net>
Sat, 14 Sep 2024 17:09:07 +0000 (19:09 +0200)
The final version of the PCB has 256MB NAND instead of 128MB.

Signed-off-by: John Crispin <john@phrozen.org>
package/boot/uboot-mediatek/patches/453-add-openwrt-one.patch

index 0178c8da6d04455ca1570a807ba0850c9af77f37..7355c64089090f779963b72306f8a284728a6740 100644 (file)
 +
 +                      partition@200000 {
 +                              label = "ubi";
-+                              reg = <0x100000 0x7f00000>;
++                              reg = <0x100000 0xff00000>;
 +                      };
 +              };
 +      };