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/mx6sabresd_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/mx6sabresd_defconfig')
-rw-r--r-- | configs/mx6sabresd_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx6sabresd_defconfig b/configs/mx6sabresd_defconfig index 90102b349c..caed26145f 100644 --- a/configs/mx6sabresd_defconfig +++ b/configs/mx6sabresd_defconfig @@ -8,7 +8,7 @@ CONFIG_SPL_MMC_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_LIBDISK_SUPPORT=y CONFIG_SPL_WATCHDOG_SUPPORT=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_BOOTDELAY=3 # CONFIG_CONSOLE_MUX is not set CONFIG_SYS_CONSOLE_IS_IN_ENV=y |