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>
This commit is contained in:
parent
f5c42670d2
commit
ee798653f3
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@
|
|||
|
||||
partition@580000 {
|
||||
label = "ubi";
|
||||
reg = <0x100000 0x7F00000>;
|
||||
reg = <0x100000 0xFF00000>;
|
||||
compatible = "linux,ubi";
|
||||
|
||||
volumes {
|
||||
|
|
Loading…
Reference in a new issue