colibri_imx6: fix broken fsl_esdhc_imx conversion
authorIgor Opaniuk <igor.opaniuk@toradex.com>
Fri, 6 Dec 2019 16:24:16 +0000 (18:24 +0200)
committerStefano Babic <sbabic@denx.de>
Fri, 27 Dec 2019 08:35:29 +0000 (09:35 +0100)
commitbfeaea7d84f0c9d426a36968feadf17e3e344547
treed0f751e53ba279e98b6e39cab21ec70e434a30fe
parent2ce1dbbeecd085be695c00a244c0dcc82aed3b82
colibri_imx6: fix broken fsl_esdhc_imx conversion

Not all CONFIG_FSL_ESDHC defines were properly replaced with
CONFIG_FSL_ESDHC_IMX, which broke U-boot proper booting on
Colibri iMX6 SoMs.

U-boot is stuck after this message:
Commercial temperature grade DDR3 timings, 64bit bus width.
Trying to boot from MMC1

Fixes: e37ac717d7("Convert to use fsl_esdhc_imx for i.MX platforms")
Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
board/toradex/colibri_imx6/colibri_imx6.c