diff options
author | Tom Rini <trini@konsulko.com> | 2017-09-08 10:14:49 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-08 10:14:49 -0400 |
commit | df35f4530b5bb3c462d9da1b065b3a3a0ec196d3 (patch) | |
tree | a69e0779addb53c518eaeeee2a81e8d54cfd0a3d /configs/imx6qdl_icore_mmc_defconfig | |
parent | 0532ceef30b735fe24c0cb4f77fb1717bd55c7ee (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/imx6qdl_icore_mmc_defconfig')
-rw-r--r-- | configs/imx6qdl_icore_mmc_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/imx6qdl_icore_mmc_defconfig b/configs/imx6qdl_icore_mmc_defconfig index 5a84c6366e..1bc9a06fc1 100644 --- a/configs/imx6qdl_icore_mmc_defconfig +++ b/configs/imx6qdl_icore_mmc_defconfig @@ -18,6 +18,7 @@ CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg" CONFIG_BOOTDELAY=3 CONFIG_SPL=y CONFIG_SPL_EXT_SUPPORT=y +CONFIG_SPL_OS_BOOT=y CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="icorem6qdl> " # CONFIG_CMD_IMLS is not set @@ -49,4 +50,3 @@ CONFIG_DEBUG_UART_CLOCK=24000000 CONFIG_MXC_UART=y CONFIG_IMX_THERMAL=y CONFIG_VIDEO_IPUV3=y -CONFIG_SPL_OS_BOOT=y |