mirror of
https://xff.cz/git/u-boot/
synced 2025-10-20 01:14:39 +02:00
In order to keep SPL code size below the 32Kb limit, put under CONFIG_SPL_BUILD flag all unused code in SPL. This is needed for stm32f7xx board which are using SPL. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>