OSDN Git Service

ARM: dts: aspeed: minipack: Update flash partition table
authorTao Ren <rentao.bupt@gmail.com>
Tue, 20 Jul 2021 00:27:04 +0000 (17:27 -0700)
committerJoel Stanley <joel@jms.id.au>
Mon, 16 Aug 2021 02:11:54 +0000 (11:41 +0930)
Update firmware flash "data0" partition size from 4MB to 8MB for larger
persistent storage on minipack BMC.

Signed-off-by: Tao Ren <rentao.bupt@gmail.com>
Link: https://lore.kernel.org/r/20210720002704.7390-1-rentao.bupt@gmail.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-facebook-minipack.dts

index 9eb23e8..230d16c 100644 (file)
                };
 
                /*
-                * 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";
                };