From: Patrick Delaunay Date: Fri, 5 Jul 2019 15:20:20 +0000 (+0200) Subject: stm32mp1: configs: Add CONFIG_OF_SPL_REMOVE_PROPS X-Git-Tag: v2025.01-rc5-pxa1908~2886^2~34 X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=03cc423d8ad65a8268e9143129d76b341a383a88;p=u-boot.git stm32mp1: configs: Add CONFIG_OF_SPL_REMOVE_PROPS Removes unused device tree property in SPL to reduce the SPL size by 1kB Signed-off-by: Patrick Delaunay --- diff --git a/configs/stm32mp15_basic_defconfig b/configs/stm32mp15_basic_defconfig index ec1c1b58f4..fcd81c99a1 100644 --- a/configs/stm32mp15_basic_defconfig +++ b/configs/stm32mp15_basic_defconfig @@ -43,6 +43,7 @@ CONFIG_CMD_MTDPARTS=y CONFIG_CMD_UBI=y # CONFIG_SPL_DOS_PARTITION is not set CONFIG_DEFAULT_DEVICE_TREE="stm32mp157c-ev1" +CONFIG_OF_SPL_REMOVE_PROPS="interrupts interrupt-names interrupts-extended interrupt-controller \\\#interrupt-cells interrupt-parent dmas dma-names assigned-clocks assigned-clock-rates assigned-clock-parents hwlocks" CONFIG_ENV_IS_NOWHERE=y CONFIG_ENV_IS_IN_EXT4=y CONFIG_ENV_IS_IN_SPI_FLASH=y