ramips: fix WSR-1166 partition table
- Fix typo in board_data partition start address - Increase board_data partition size in order to exploit all flash size Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi83@gmail.com> SVN-Revision: 48751
This commit is contained in:
parent
cd33dd3f7c
commit
0ec9253b9d
1 changed files with 2 additions and 2 deletions
|
@ -50,9 +50,9 @@
|
|||
reg = <0x50000 0xf90000>;
|
||||
};
|
||||
|
||||
partition@fe00000 {
|
||||
partition@fe0000 {
|
||||
label = "board_data";
|
||||
reg = <0xfe0000 0x10000>;
|
||||
reg = <0xfe0000 0x20000>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue