Commit c9f6aa9d authored by Tao Ren's avatar Tao Ren Committed by Joel Stanley
Browse files

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: default avatarTao Ren <rentao.bupt@gmail.com>
Reviewed-by: default avatarJoel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20201110072159.7941-1-rentao.bupt@gmail.com


Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 71b802d2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";
		};