summaryrefslogtreecommitdiff
path: root/configs/mx7ulp_evk_plugin_defconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-03-17 16:23:46 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 17:24:36 +0800
commit6c2fe5b60692e7d0e86383c44792e5f2938bfa14 (patch)
treeaf543d36ade21fcef89eb89355b149a278f2dd2c /configs/mx7ulp_evk_plugin_defconfig
parent0b4965271702d6a40047bd0c9b419dd007c03f35 (diff)
MLK-14445-8 mx7ulp_evk: Add dynamical MMC device detection
Add board_late_mmc_env_init to support MMC device detection for environment variables. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'configs/mx7ulp_evk_plugin_defconfig')
-rw-r--r--configs/mx7ulp_evk_plugin_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/mx7ulp_evk_plugin_defconfig b/configs/mx7ulp_evk_plugin_defconfig
index 1a7bebf4f2..34d6f93cb8 100644
--- a/configs/mx7ulp_evk_plugin_defconfig
+++ b/configs/mx7ulp_evk_plugin_defconfig
@@ -4,6 +4,8 @@ CONFIG_TARGET_MX7ULP_EVK=y
CONFIG_USE_IMXIMG_PLUGIN=y
CONFIG_DEFAULT_DEVICE_TREE="imx7ulp-evk-qspi"
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7ulp_evk/imximage.cfg"
+CONFIG_BOARD_LATE_INIT=y
+CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_HUSH_PARSER=y
CONFIG_CMD_I2C=y
CONFIG_CMD_PING=y