[openwrt/openwrt] mediatek: fix OpenWrt One NAND size
LEDE Commits
lede-commits at lists.infradead.org
Tue Sep 10 08:28:17 PDT 2024
blogic pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/ee798653f3a9f5cd2fcd2c483f764fecd9ce80c9
commit ee798653f3a9f5cd2fcd2c483f764fecd9ce80c9
Author: John Crispin <john at phrozen.org>
AuthorDate: Sat Aug 31 18:58:50 2024 +0200
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>
---
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 at 580000 {
label = "ubi";
- reg = <0x100000 0x7F00000>;
+ reg = <0x100000 0xFF00000>;
compatible = "linux,ubi";
volumes {
More information about the lede-commits
mailing list