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

ARM: dts: aspeed: minipack: Update flash partition table



Update firmware flash "data0" partition size from 4MB to 8MB for larger
persistent storage on minipack BMC.

Signed-off-by: default avatarTao Ren <rentao.bupt@gmail.com>
Link: https://lore.kernel.org/r/20210720002704.7390-1-rentao.bupt@gmail.com


Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 40cb6373
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -265,19 +265,19 @@
		};

		/*
		 * FIT image: 59.5 MB.
		 * FIT image: 55.5 MB.
		 */
		fit@80000 {
			reg = <0x80000 0x3b80000>;
			reg = <0x80000 0x3780000>;
			label = "fit";
		};

		/*
		 * "data0" partition (4MB) is reserved for persistent
		 * "data0" partition (8MB) is reserved for persistent
		 * data store.
		 */
		data0@3800000 {
			reg = <0x3c00000 0x400000>;
			reg = <0x3800000 0x800000>;
			label = "data0";
		};