From ee798653f3a9f5cd2fcd2c483f764fecd9ce80c9 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sat, 31 Aug 2024 18:58:50 +0200 Subject: [PATCH] mediatek: fix OpenWrt One NAND size The final version of the PCB has 256MB NAND instead of 128MB. Signed-off-by: John Crispin --- target/linux/mediatek/dts/mt7981b-openwrt-one.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/mediatek/dts/mt7981b-openwrt-one.dts b/target/linux/mediatek/dts/mt7981b-openwrt-one.dts index 2193c782b5..cfc5319d91 100644 --- a/target/linux/mediatek/dts/mt7981b-openwrt-one.dts +++ b/target/linux/mediatek/dts/mt7981b-openwrt-one.dts @@ -329,7 +329,7 @@ partition@580000 { label = "ubi"; - reg = <0x100000 0x7F00000>; + reg = <0x100000 0xFF00000>; compatible = "linux,ubi"; volumes { -- 2.30.2