diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-05-12 12:45:23 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-05-18 11:24:33 +0200 |
commit | ff9f71b49911be72b36ad23b27800e735b21c282 (patch) | |
tree | 3282e7a945d1cff2463ef24a4caf176d0bd80b03 /configs/mx6sabresd_spl_defconfig | |
parent | f9247569d842c0442cf1a6d2a37d447581694ed0 (diff) | |
download | u-boot-ff9f71b49911be72b36ad23b27800e735b21c282.tar.gz |
mx6sabresd: Prepare for supporting MX6DL
Currently only MX6Q/QP sabresd boards are supported in SPL.
In order to also support MX6DL we need to convert to using
IOMUX_PADS and SETUP_IOMUX_PADS macros.
Other than that move the <asm/arch/mx6-ddr.h> header inclusion to the
SPL code block in order to avoid build error.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'configs/mx6sabresd_spl_defconfig')
-rw-r--r-- | configs/mx6sabresd_spl_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx6sabresd_spl_defconfig b/configs/mx6sabresd_spl_defconfig index 7a46a448b5..0e0edefab7 100644 --- a/configs/mx6sabresd_spl_defconfig +++ b/configs/mx6sabresd_spl_defconfig @@ -9,7 +9,7 @@ CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_LIBDISK_SUPPORT=y CONFIG_SPL_WATCHDOG_SUPPORT=y CONFIG_VIDEO=y -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,SPL,MX6Q" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,SPL,MX6QDL" CONFIG_BOOTDELAY=3 # CONFIG_CONSOLE_MUX is not set CONFIG_SYS_CONSOLE_IS_IN_ENV=y |