From 0db6f9a856842ef85d5470d9b8ec6b1d435fe261 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sat, 31 Aug 2024 19:00:47 +0200 Subject: [PATCH] uboot-mediatek: fix OpenWrt One NAND size The final version of the PCB has 256MB NAND instead of 128MB. Signed-off-by: John Crispin --- package/boot/uboot-mediatek/patches/453-add-openwrt-one.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/boot/uboot-mediatek/patches/453-add-openwrt-one.patch b/package/boot/uboot-mediatek/patches/453-add-openwrt-one.patch index 0178c8da6d..7355c64089 100644 --- a/package/boot/uboot-mediatek/patches/453-add-openwrt-one.patch +++ b/package/boot/uboot-mediatek/patches/453-add-openwrt-one.patch @@ -149,7 +149,7 @@ + + partition@200000 { + label = "ubi"; -+ reg = <0x100000 0x7f00000>; ++ reg = <0x100000 0xff00000>; + }; + }; + }; -- 2.30.2