diff mbox series

[U-Boot,12/12] configs: stm32f469-disco: Disable PINCTRL_FULL flag

Message ID 1557134223-4549-13-git-send-email-patrice.chotard@st.com
State Accepted
Commit 1aaac8e60042b1e132f84184cfd9aa0f1a4afdde
Delegated to: Tom Rini
Headers show
Series SPI flash STM32 MCU's fixes | expand

Commit Message

Patrice CHOTARD May 6, 2019, 9:17 a.m. UTC
Disable unused PINCTRL_FULL flag.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
---

 configs/stm32f469-discovery_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/configs/stm32f469-discovery_defconfig b/configs/stm32f469-discovery_defconfig
index 174f807..dcd0697 100644
--- a/configs/stm32f469-discovery_defconfig
+++ b/configs/stm32f469-discovery_defconfig
@@ -31,6 +31,7 @@  CONFIG_MTD_NOR_FLASH=y
 CONFIG_DM_SPI_FLASH=y
 CONFIG_SPI_FLASH=y
 CONFIG_SPI_FLASH_STMICRO=y
+# CONFIG_PINCTRL_FULL is not set
 CONFIG_SPI=y
 CONFIG_DM_SPI=y
 CONFIG_STM32_QSPI=y