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/cm_fx6_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/cm_fx6_defconfig')
-rw-r--r-- | configs/cm_fx6_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/cm_fx6_defconfig b/configs/cm_fx6_defconfig index 68ae70e554..0773aca0d4 100644 --- a/configs/cm_fx6_defconfig +++ b/configs/cm_fx6_defconfig @@ -13,7 +13,7 @@ CONFIG_SPL_WATCHDOG_SUPPORT=y CONFIG_DEFAULT_DEVICE_TREE="imx6q-cm-fx6" CONFIG_AHCI=y CONFIG_OF_BOARD_SETUP=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_SPL=y CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x80 |