diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-11-27 10:25:10 -0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-12-29 11:18:59 +0100 |
commit | 6ca03f0dfb2f65c7834737f9e0befff24064e34a (patch) | |
tree | 4d03f4799e52d69dc1d86b3b06184aecdb6d11e6 /configs/mx6sxsabresd_spl_defconfig | |
parent | 4555c26142f893aa5d23f95c8eb3982e4a05b334 (diff) | |
download | u-boot-6ca03f0dfb2f65c7834737f9e0befff24064e34a.tar.gz |
mx6sxsabresd: Load the correct dtb for revA board
Currently only imx6sx-sdb.dtb is loaded, but if revA board is used the
correct dtb is imx6sx-sdb-reva.dtb, so make this possible.
While at it, remove an extra 'mmc dev'.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'configs/mx6sxsabresd_spl_defconfig')
-rw-r--r-- | configs/mx6sxsabresd_spl_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx6sxsabresd_spl_defconfig b/configs/mx6sxsabresd_spl_defconfig index a0483c3472..9ab4b2f006 100644 --- a/configs/mx6sxsabresd_spl_defconfig +++ b/configs/mx6sxsabresd_spl_defconfig @@ -9,6 +9,7 @@ CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_LIBDISK_SUPPORT=y CONFIG_SPL_WATCHDOG_SUPPORT=y # CONFIG_CMD_BMODE is not set +CONFIG_NXP_BOARD_REVISION=y 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 |