[openwrt/openwrt] uboot-mediatek: fix OpenWrt One NAND size

LEDE Commits lede-commits at lists.infradead.org
Tue Sep 10 08:28:19 PDT 2024


blogic pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/0db6f9a856842ef85d5470d9b8ec6b1d435fe261

commit 0db6f9a856842ef85d5470d9b8ec6b1d435fe261
Author: John Crispin <john at phrozen.org>
AuthorDate: Sat Aug 31 19:00:47 2024 +0200

    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 at phrozen.org>
---
 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 at 200000 {
 +				label = "ubi";
-+				reg = <0x100000 0x7f00000>;
++				reg = <0x100000 0xff00000>;
 +			};
 +		};
 +	};




More information about the lede-commits mailing list