commit | 4fb224638d608ba3bdc9200360663b4109038580 | [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 | 39a8f0be2d3df589ba227310e66dca706e154920 [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>