commit | 9f62b08f7a17a0940c299970401c36acb09d2ba7 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Fri Jan 04 10:55:06 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 09 07:13:33 2019 -0500 |
tree | a41a8a53c8e92be82d68a6b7862b50971ec2522a | |
parent | 6225305904ce8b66cac2f94cae5286c9cc97b113 [diff] |
gpio: stm32f7: Fix SPL code size 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>