summaryrefslogtreecommitdiff
path: root/configs/rcar3_ulcb_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/rcar3_ulcb_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/rcar3_ulcb_defconfig')
-rw-r--r--configs/rcar3_ulcb_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/rcar3_ulcb_defconfig b/configs/rcar3_ulcb_defconfig
index a6f806c3c3..e3487589b8 100644
--- a/configs/rcar3_ulcb_defconfig
+++ b/configs/rcar3_ulcb_defconfig
@@ -36,6 +36,8 @@ CONFIG_OF_CONTROL=y
CONFIG_OF_LIST="r8a77950-ulcb-u-boot r8a77960-ulcb-u-boot r8a77965-ulcb-u-boot"
CONFIG_MULTI_DTB_FIT_LZO=y
CONFIG_MULTI_DTB_FIT_USER_DEFINED_AREA=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_MMC=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y