summaryrefslogtreecommitdiffstats
path: root/configs/tbs2910_defconfig
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2020-01-12 15:57:43 +0100
committerTom Rini <trini@konsulko.com>2020-01-27 19:54:20 -0500
commitd1b04cd3aa9c3cc741df24a5536c84b1d54cbda6 (patch)
tree83678dbdc7f4cd4fbf988c4612ef3b228c4ce7c8 /configs/tbs2910_defconfig
parent43b6e38b27a19f3d193ecf60d62091ab3f737a3e (diff)
downloadu-boot-d1b04cd3aa9c3cc741df24a5536c84b1d54cbda6.tar.gz
u-boot-d1b04cd3aa9c3cc741df24a5536c84b1d54cbda6.tar.xz
u-boot-d1b04cd3aa9c3cc741df24a5536c84b1d54cbda6.zip
tbs2910: add custom CONFIG_OF_REMOVE_PROPS list to defconfig
This shrinks the image size: all -3840.0 text -3840.0 Signed-off-by: Anatolij Gustschin <agust@denx.de> Acked-by: Soeren Moch <smoch@web.de>
Diffstat (limited to 'configs/tbs2910_defconfig')
-rw-r--r--configs/tbs2910_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig
index d32e7841cc..61d4c74324 100644
--- a/configs/tbs2910_defconfig
+++ b/configs/tbs2910_defconfig
@@ -46,6 +46,8 @@ CONFIG_EFI_PARTITION=y
CONFIG_OF_CONTROL=y
CONFIG_OF_EMBED=y
CONFIG_DEFAULT_DEVICE_TREE="imx6q-tbs2910"
+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"
CONFIG_ENV_IS_IN_MMC=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_DM=y