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: 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>
This commit is contained in:
Tao Ren 2021-07-19 17:27:04 -07:00 коммит произвёл Joel Stanley
Родитель 40cb6373b4
Коммит 813e3f1d51
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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";
};