- 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 <[email protected]> SVN-Revision: 48751
@@ -50,9 +50,9 @@
reg = <0x50000 0xf90000>;
};
- partition@fe00000 {
+ partition@fe0000 {
label = "board_data";
- reg = <0xfe0000 0x10000>;
+ reg = <0xfe0000 0x20000>;