diff mbox series

[U-Boot,v2,13/16] stm32mp1: configs: Add CONFIG_OF_SPL_REMOVE_PROPS

Message ID 1562340023-8516-14-git-send-email-patrick.delaunay@st.com
State Accepted
Commit 03cc423d8ad65a8268e9143129d76b341a383a88
Delegated to: Patrick Delaunay
Headers show
Series stm32m1 patches for v2019.10 | expand

Commit Message

Patrick DELAUNAY July 5, 2019, 3:20 p.m. UTC
Removes unused device tree property in SPL
to reduce the SPL size by 1kB

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
---

Changes in v2: None

 configs/stm32mp15_basic_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Patrick DELAUNAY July 12, 2019, 12:23 p.m. UTC | #1
Hi,

> From: Patrick DELAUNAY <patrick.delaunay@st.com>
> Sent: vendredi 5 juillet 2019 17:20
> 
> Removes unused device tree property in SPL to reduce the SPL size by 1kB
> 
> Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
> ---
> 
> Changes in v2: None
> 
>  configs/stm32mp15_basic_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 

Applied to u-boot-stm32/master, thanks!

Patrick
diff mbox series

Patch

diff --git a/configs/stm32mp15_basic_defconfig b/configs/stm32mp15_basic_defconfig
index b1fc3a2..965ea71 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