ramips: mt7621: pbr-m1: fix firmware size

This board is equipped with Winbond W25Q256FV 32M SPI-NOR.
Fix partition size for that.

Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
This commit is contained in:
Chuanhong Guo
2020-09-13 18:57:11 +08:00
parent 8126521e11
commit 2188ef954e
2 changed files with 2 additions and 2 deletions

View File

@@ -139,7 +139,7 @@
partition@50000 {
compatible = "denx,uimage";
label = "firmware";
reg = <0x50000 0xfb0000>;
reg = <0x50000 0x1fb0000>;
};
};
};