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 /arch | |
parent | 55c808e3401c4faa8665e38bd3322954ae984323 (diff) | |
download | u-boot-a4e6b0013f0e13b77c9b7d1d671344183839c275.zip u-boot-a4e6b0013f0e13b77c9b7d1d671344183839c275.tar.gz u-boot-a4e6b0013f0e13b77c9b7d1d671344183839c275.tar.bz2 |
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 'arch')
-rw-r--r-- | arch/arm/mach-imx/mx6/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mx6/Kconfig b/arch/arm/mach-imx/mx6/Kconfig index 44d2db4..2b6bc1b 100644 --- a/arch/arm/mach-imx/mx6/Kconfig +++ b/arch/arm/mach-imx/mx6/Kconfig @@ -244,6 +244,7 @@ config TARGET_MX6SABRESD config TARGET_MX6SLEVK bool "mx6slevk" + select MX6SL select SUPPORT_SPL config TARGET_MX6SLLEVK @@ -396,6 +397,7 @@ config TARGET_WANDBOARD config TARGET_WARP bool "WaRP" + select MX6SL select BOARD_LATE_INIT config TARGET_XPRESS |