ARM: dts: aspeed: wedge400: Fix FMC flash0 layout

Update "data0" partition's size from 8MB to 4MB to fix "partition data0
extends beyond the end of device" warning at bootup time.

Signed-off-by: Tao Ren <rentao.bupt@gmail.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20201110072159.7941-1-rentao.bupt@gmail.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
Tao Ren 2020-11-09 23:21:59 -08:00 committed by Joel Stanley
parent 71b802d2d5
commit c9f6aa9d1f
1 changed files with 2 additions and 2 deletions

View File

@ -124,8 +124,8 @@
* "data0" partition (4MB) is reserved for persistent
* data store.
*/
data0@3800000 {
reg = <0x7c00000 0x800000>;
data0@7c00000 {
reg = <0x7c00000 0x400000>;
label = "data0";
};