1
0
Fork 0

arm64: dts: freescale: sl28: combine SPI MTD partitions

The upstream port, doesn't really follow the vendor partitioning. The
bootloader partition has one U-Boot FIT image containing all needed
bits and pieces. Even today the bootloader is already larger than the
current "bootloader" partition. Thus, fold all the partitions into one
and keep the environment one. The latter is still valid.
We keep the failsafe partitions because the first half of the SPI flash
is preinstalled by the vendor and immutable.

Fixes: 815364d042 ("arm64: dts: freescale: add Kontron sl28 support")
Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
zero-sugar-mainline-defconfig
Michael Walle 2020-11-15 23:54:35 +01:00 committed by Shawn Guo
parent f90931aeef
commit 91ab1c1228
1 changed files with 1 additions and 11 deletions

View File

@ -158,20 +158,10 @@
};
partition@210000 {
reg = <0x210000 0x0f0000>;
reg = <0x210000 0x1d0000>;
label = "bootloader";
};
partition@300000 {
reg = <0x300000 0x040000>;
label = "DP firmware";
};
partition@340000 {
reg = <0x340000 0x0a0000>;
label = "trusted firmware";
};
partition@3e0000 {
reg = <0x3e0000 0x020000>;
label = "bootloader environment";