Skip to content

Commit

Permalink
mediatek: openwrt-one: increase size of SPI-NAND to 256 MiB
Browse files Browse the repository at this point in the history
The final version of the OpenWrt is going to have 256 MiB of SPI-NAND flash
instead of 128 MiB. Increase size in Linux and U-Boot device tree.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
  • Loading branch information
dangowrt committed Sep 5, 2024
1 parent a1c7f79 commit 7b75e33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
+
+ partition@200000 {
+ label = "ubi";
+ reg = <0x100000 0x7f00000>;
+ reg = <0x100000 0xff00000>;
+ };
+ };
+ };
Expand Down
2 changes: 1 addition & 1 deletion target/linux/mediatek/dts/mt7981b-openwrt-one.dts
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@

partition@580000 {
label = "ubi";
reg = <0x100000 0x7F00000>;
reg = <0x100000 0xff00000>;
compatible = "linux,ubi";

volumes {
Expand Down

0 comments on commit 7b75e33

Please sign in to comment.