diff options
author | Breno Lima <breno.lima@nxp.com> | 2017-11-27 21:06:01 -0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-12-29 11:18:59 +0100 |
commit | a4e6b0013f0e13b77c9b7d1d671344183839c275 (patch) | |
tree | ad81e35adafcd08681d98462b7ac7298a49199aa /configs/warp_defconfig | |
parent | 55c808e3401c4faa8665e38bd3322954ae984323 (diff) | |
download | u-boot-a4e6b0013f0e13b77c9b7d1d671344183839c275.tar.gz |
mx6sl: Select MX6SL option via Kconfig
Currently the MX6SL option is selected via CONFIG_SYS_EXTRA_OPTIONS,
but it is better to select it directly via Kconfig.
Signed-off-by: Breno Lima <breno.lima@nxp.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs/warp_defconfig')
-rw-r--r-- | configs/warp_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/warp_defconfig b/configs/warp_defconfig index 5e7eef0828..2ac1c6cef7 100644 --- a/configs/warp_defconfig +++ b/configs/warp_defconfig @@ -2,7 +2,7 @@ CONFIG_ARM=y CONFIG_ARCH_MX6=y CONFIG_TARGET_WARP=y # CONFIG_CMD_BMODE is not set -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/warp/imximage.cfg,MX6SL" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/warp/imximage.cfg" CONFIG_BOOTDELAY=3 CONFIG_BOARD_EARLY_INIT_F=y CONFIG_HUSH_PARSER=y |