diff mbox series

[U-Boot,1/2] configs: stm32f746-disco: Enable SPI_FLASH_MACRONIX

Message ID 1550844284-12219-1-git-send-email-patrice.chotard@st.com
State Accepted
Commit 136580c1bbb2f5806ca5959a8d9f773bc4821a6d
Delegated to: Tom Rini
Headers show
Series [U-Boot,1/2] configs: stm32f746-disco: Enable SPI_FLASH_MACRONIX | expand

Commit Message

Patrice CHOTARD Feb. 22, 2019, 2:04 p.m. UTC
This config file is shared between stm32f746-disco and stm32f769-disco.
These 2 boards doesn't embed the same qspi flash (Micron n25q128a on
f746-disco, Macronix mx66l51235l on f769-disco).

To be able to use Macronix mx66l51235l on F769-disco, flags
SPI_FLASH_MACRONIX must be enabled.

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

 configs/stm32f746-disco_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/configs/stm32f746-disco_defconfig b/configs/stm32f746-disco_defconfig
index 121e96280895..7f07c24aa414 100644
--- a/configs/stm32f746-disco_defconfig
+++ b/configs/stm32f746-disco_defconfig
@@ -49,6 +49,7 @@  CONFIG_MTD=y
 CONFIG_MTD_NOR_FLASH=y
 CONFIG_DM_SPI_FLASH=y
 CONFIG_SPI_FLASH=y
+CONFIG_SPI_FLASH_MACRONIX=y
 CONFIG_SPI_FLASH_STMICRO=y
 CONFIG_DM_ETH=y
 CONFIG_ETH_DESIGNWARE=y