summaryrefslogtreecommitdiff
path: root/configs/r8a77980_condor_defconfig
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2021-07-10 20:17:34 +0300
committerMarek Vasut <marek.vasut+renesas@gmail.com>2021-07-21 00:33:54 +0300
commitcd7f92a096a46e5c2a54ca461a5b30739e3fa3e4 (patch)
treecea4e4c9166f54ca0fa4313be45bb1652bf9b69d /configs/r8a77980_condor_defconfig
parent3d5f45c95c9db73ddad6a73b2a1a55dd090c3b1a (diff)
downloadu-boot-cd7f92a096a46e5c2a54ca461a5b30739e3fa3e4.tar.xz
ARM: dts: rmobile: Remove multiple unused DT properties on R-Car Gen3
Filter out dmas dma-names interrupt-parent interrupts interrupts-extended interrupt-names interrupt-map interrupt-map-mask iommus DT properties on R-Car Gen3, since they are not used by U-Boot and only take space. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Diffstat (limited to 'configs/r8a77980_condor_defconfig')
-rw-r--r--configs/r8a77980_condor_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/r8a77980_condor_defconfig b/configs/r8a77980_condor_defconfig
index 1b9948bcbb..d7c34a719c 100644
--- a/configs/r8a77980_condor_defconfig
+++ b/configs/r8a77980_condor_defconfig
@@ -33,6 +33,8 @@ CONFIG_CMD_EXT4_WRITE=y
CONFIG_CMD_FAT=y
CONFIG_CMD_FS_GENERIC=y
CONFIG_OF_CONTROL=y
+CONFIG_OF_DTB_PROPS_REMOVE=y
+CONFIG_OF_REMOVE_PROPS="dmas dma-names interrupt-parent interrupts interrupts-extended interrupt-names interrupt-map interrupt-map-mask iommus"
CONFIG_ENV_OVERWRITE=y
CONFIG_ENV_IS_IN_SPI_FLASH=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y