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:
Felix Fietkau 2016-02-22 08:54:32 +00:00
parent cd33dd3f7c
commit 0ec9253b9d

View file

@ -50,9 +50,9 @@
reg = <0x50000 0xf90000>;
};
partition@fe00000 {
partition@fe0000 {
label = "board_data";
reg = <0xfe0000 0x10000>;
reg = <0xfe0000 0x20000>;
};
};
};