summaryrefslogtreecommitdiff
path: root/configs/mx7ulp_evk_defconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-03-16 11:25:35 +0800
committerYe Li <ye.li@nxp.com>2018-04-27 02:30:50 -0700
commitb4698ce0e5b6952a88702075ce905a059da277d9 (patch)
tree66c8b542195adccd4449ee8046affe0283d2ee66 /configs/mx7ulp_evk_defconfig
parented4a4a9d1c695f8fafd31e92059b9d3e8e696708 (diff)
MLK-14445-2 mx7ulp_evk: Add QSPI flash support
Porting the QSPI flash board support from v2016.03, and convert to use DM QSPI driver. Since we need to support QSPI at default in u-boot, change the default DTS file to qspi enabled DTS. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 41895cd598be6c4a64fc4fec521120e4962abc28)
Diffstat (limited to 'configs/mx7ulp_evk_defconfig')
-rw-r--r--configs/mx7ulp_evk_defconfig8
1 files changed, 7 insertions, 1 deletions
diff --git a/configs/mx7ulp_evk_defconfig b/configs/mx7ulp_evk_defconfig
index 57c5ebf075..f8e6dfc823 100644
--- a/configs/mx7ulp_evk_defconfig
+++ b/configs/mx7ulp_evk_defconfig
@@ -2,7 +2,7 @@ CONFIG_ARM=y
CONFIG_ARCH_MX7ULP=y
CONFIG_SYS_TEXT_BASE=0x67800000
CONFIG_TARGET_MX7ULP_EVK=y
-CONFIG_DEFAULT_DEVICE_TREE="imx7ulp-evk"
+CONFIG_DEFAULT_DEVICE_TREE="imx7ulp-evk-qspi"
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7ulp_evk/imximage.cfg"
CONFIG_HUSH_PARSER=y
CONFIG_CMD_BOOTZ=y
@@ -25,3 +25,9 @@ CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_GPIO=y
CONFIG_DM_SERIAL=y
CONFIG_FSL_LPUART=y
+CONFIG_CMD_SF=y
+CONFIG_FSL_QSPI=y
+CONFIG_DM_SPI=y
+CONFIG_DM_SPI_FLASH=y
+CONFIG_SPI_FLASH=y
+CONFIG_SPI_FLASH_MACRONIX=y