diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-11-15 17:04:03 -0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-11-20 10:01:35 +0100 |
commit | 74da017a4966645d1c84d2107ec988bd9052bafe (patch) | |
tree | 051632db0f4e0bf1794c9379b20e38c8e871a026 /configs/wandboard_defconfig | |
parent | 6b0071c11088471d0ba9716fcb14207f46dc2c21 (diff) | |
download | u-boot-74da017a4966645d1c84d2107ec988bd9052bafe.tar.gz |
mx6: Select MX6QDL option via Kconfig
Currently the MX6QDL option is selected via CONFIG_SYS_EXTRA_OPTIONS,
but it is better to select it directly via Kconfig.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'configs/wandboard_defconfig')
-rw-r--r-- | configs/wandboard_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/wandboard_defconfig b/configs/wandboard_defconfig index 23a6403d52..a4518fcce0 100644 --- a/configs/wandboard_defconfig +++ b/configs/wandboard_defconfig @@ -10,7 +10,7 @@ CONFIG_SPL_LIBDISK_SUPPORT=y CONFIG_SPL_WATCHDOG_SUPPORT=y CONFIG_CMD_HDMIDETECT=y CONFIG_DISTRO_DEFAULTS=y -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg,MX6QDL" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg" # CONFIG_CONSOLE_MUX is not set CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=y |