summaryrefslogtreecommitdiff
path: root/configs/mx7ulp_evk_defconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2018-09-24 19:35:14 -0700
committerYe Li <ye.li@nxp.com>2018-09-24 22:28:35 -0700
commit0f3667ddd4dae02d0d309fe68df26979d9e3c432 (patch)
tree3d49c2cb5d066a22aa516b4751745c95ef96a063 /configs/mx7ulp_evk_defconfig
parent23487f8f3ea5406fe37a15f4191ca9ed5350829d (diff)
MLK-19690 mx7ulp: Fix issue in selecting BOARD_LATE_INIT configuration
The BOARD_LATE_INIT config does not have input prompt, so we can't configure it to Y in defconfig. Modify the Kconfig in mx7ulp to select the BOARD_LATE_INIT when the boards are used. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs/mx7ulp_evk_defconfig')
-rw-r--r--configs/mx7ulp_evk_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/mx7ulp_evk_defconfig b/configs/mx7ulp_evk_defconfig
index a7632b1d1c..07b9c7bf1f 100644
--- a/configs/mx7ulp_evk_defconfig
+++ b/configs/mx7ulp_evk_defconfig
@@ -4,7 +4,6 @@ CONFIG_SYS_TEXT_BASE=0x67800000
CONFIG_TARGET_MX7ULP_EVK=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_BOOTZ=y