diff options
| author | John Crispin | 2024-08-31 17:00:47 +0000 |
|---|---|---|
| committer | John Crispin | 2024-09-10 15:23:04 +0000 |
| commit | 0db6f9a856842ef85d5470d9b8ec6b1d435fe261 (patch) | |
| tree | 7882a2c2f5b18086ecbff484c8a4ee417f0373af | |
| parent | 28d8f3392563aaca5d70c85727fa6a9d134078ce (diff) | |
| download | openwrt-0db6f9a856842ef85d5470d9b8ec6b1d435fe261.tar.gz | |
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>
| -rw-r--r-- | package/boot/uboot-mediatek/patches/453-add-openwrt-one.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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>; + }; + }; + }; |