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/mx6slevk_spl_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/mx6slevk_spl_defconfig')
-rw-r--r-- | configs/mx6slevk_spl_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx6slevk_spl_defconfig b/configs/mx6slevk_spl_defconfig index 79ebe4c520..41c57bd92e 100644 --- a/configs/mx6slevk_spl_defconfig +++ b/configs/mx6slevk_spl_defconfig @@ -10,7 +10,7 @@ CONFIG_SPL_LIBDISK_SUPPORT=y CONFIG_SPL_WATCHDOG_SUPPORT=y # CONFIG_CMD_BMODE is not set CONFIG_DEFAULT_DEVICE_TREE="imx6sl-evk" -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg,MX6SL" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg" CONFIG_BOARD_EARLY_INIT_F=y CONFIG_SPL=y CONFIG_SPL_EXT_SUPPORT=y |