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_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_defconfig')
-rw-r--r-- | configs/mx6sxsabresd_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx6sxsabresd_defconfig b/configs/mx6sxsabresd_defconfig index a411032b86..b707322714 100644 --- a/configs/mx6sxsabresd_defconfig +++ b/configs/mx6sxsabresd_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_ARCH_MX6=y CONFIG_TARGET_MX6SXSABRESD=y # CONFIG_CMD_BMODE is not set +CONFIG_NXP_BOARD_REVISION=y CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sxsabresd/imximage.cfg" # CONFIG_CONSOLE_MUX is not set CONFIG_SYS_CONSOLE_IS_IN_ENV=y |