summaryrefslogtreecommitdiff
path: root/arch/arm/dts/armada-3720-espressobin.dts
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2022-02-14 11:34:28 +0100
committerStefan Roese <sr@denx.de>2022-02-17 14:17:07 +0100
commita134aaa54ee5056432a26ac471b67f2cb0078ae9 (patch)
tree4790b250237b8fcba2b6a8264743028c68ddca47 /arch/arm/dts/armada-3720-espressobin.dts
parent9dde7a09fcd7f80012b5d2dcbb497eb8b4a628aa (diff)
arm: a37xx: espressobin: Move U-Boot specific partitions node to -u-boot.dtsi
U-Boot specific changes should be in armada-3720-espressobin-u-boot.dtsi DTS file. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/arm/dts/armada-3720-espressobin.dts')
-rw-r--r--arch/arm/dts/armada-3720-espressobin.dts18
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/arm/dts/armada-3720-espressobin.dts b/arch/arm/dts/armada-3720-espressobin.dts
index f59f82d916..c0e0e13953 100644
--- a/arch/arm/dts/armada-3720-espressobin.dts
+++ b/arch/arm/dts/armada-3720-espressobin.dts
@@ -147,24 +147,6 @@
reg = <0>; /* Chip select 0 */
spi-max-frequency = <50000000>;
m25p,fast-read;
-
-#ifdef CONFIG_ENV_IS_IN_SPI_FLASH
- partitions {
- compatible = "fixed-partitions";
- #address-cells = <1>;
- #size-cells = <1>;
-
- partition@firmware {
- reg = <0 CONFIG_ENV_OFFSET>;
- label = "firmware";
- };
-
- partition@u-boot-env {
- reg = <CONFIG_ENV_OFFSET CONFIG_ENV_SIZE>;
- label = "u-boot-env";
- };
- };
-#endif
};
};