diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-11-15 17:04:04 -0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-11-20 10:01:48 +0100 |
commit | 4684aa798877b8b5ef57cd036724b64fe5a3688e (patch) | |
tree | 0578384d3c930115c2e52668c3705db39045563f /configs | |
parent | 74da017a4966645d1c84d2107ec988bd9052bafe (diff) | |
download | u-boot-4684aa798877b8b5ef57cd036724b64fe5a3688e.zip u-boot-4684aa798877b8b5ef57cd036724b64fe5a3688e.tar.gz u-boot-4684aa798877b8b5ef57cd036724b64fe5a3688e.tar.bz2 |
mx6sabreauto: Remove unneeded SPL selection
SPL option is already selected via Kconfig, so remove it from the
CONFIG_SYS_EXTRA_OPTIONS line.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx6sabreauto_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx6sabreauto_defconfig b/configs/mx6sabreauto_defconfig index d80a7e4..98c39bb 100644 --- a/configs/mx6sabreauto_defconfig +++ b/configs/mx6sabreauto_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,SPL" +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 |