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_spinor_defconfig | |
parent | 55c808e3401c4faa8665e38bd3322954ae984323 (diff) | |
download | u-boot-a4e6b0013f0e13b77c9b7d1d671344183839c275.tar.gz u-boot-a4e6b0013f0e13b77c9b7d1d671344183839c275.tar.xz u-boot-a4e6b0013f0e13b77c9b7d1d671344183839c275.zip |
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_spinor_defconfig')
-rw-r--r-- | configs/mx6slevk_spinor_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx6slevk_spinor_defconfig b/configs/mx6slevk_spinor_defconfig index 4397161a5c..0b1ce5e72c 100644 --- a/configs/mx6slevk_spinor_defconfig +++ b/configs/mx6slevk_spinor_defconfig @@ -3,7 +3,7 @@ CONFIG_ARCH_MX6=y CONFIG_TARGET_MX6SLEVK=y # CONFIG_CMD_BMODE is not set CONFIG_DEFAULT_DEVICE_TREE="imx6sl-evk" -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6slevk/imximage.cfg,MX6SL" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6slevk/imximage.cfg" CONFIG_SPI_BOOT=y CONFIG_BOARD_EARLY_INIT_F=y CONFIG_HUSH_PARSER=y |