summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2021-03-18 18:18:56 +0100
committerShawn Guo <shawnguo@kernel.org>2021-03-29 09:49:57 +0800
commitb3535535922d63c97c20eeea3637346a1534bc71 (patch)
treed808c102c32b1487d85416ed1b94d3b7170dd664 /arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts
parentaa4943300e185eb6da27016f2294862aca6895a6 (diff)
arm64: dts: fsl-ls1028a-kontron-sl28: combine unused partitions
The failsafe partitions for the DP firmware and for AT-F are unused. If AT-F will ever be supported in the failsafe mode, then it will be a FIT image. Thus fold the unused partitions into the failsafe bootloader one to have enough storage if the bootloader image will grow. While at it, remove the reserved partition. It served no purpose other than having no hole in the map. Signed-off-by: Michael Walle <michael@walle.cc> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts20
1 files changed, 1 insertions, 19 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts b/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts
index 7e3a33eb2045..311e3aae0a3c 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts
@@ -135,29 +135,11 @@
};
partition@10000 {
- reg = <0x010000 0x0f0000>;
+ reg = <0x010000 0x1d0000>;
label = "failsafe bootloader";
read-only;
};
- partition@100000 {
- reg = <0x100000 0x040000>;
- label = "failsafe DP firmware";
- read-only;
- };
-
- partition@140000 {
- reg = <0x140000 0x0a0000>;
- label = "failsafe trusted firmware";
- read-only;
- };
-
- partition@1e0000 {
- reg = <0x1e0000 0x020000>;
- label = "reserved";
- read-only;
- };
-
partition@200000 {
reg = <0x200000 0x010000>;
label = "configuration store";