]> git.sur5r.net Git - u-boot/commit
ARM: imx: cm_fx6: remove esdhc init code from board file
authorChristopher Spinrath <christopher.spinrath@rwth-aachen.de>
Thu, 30 Nov 2017 21:38:40 +0000 (22:38 +0100)
committerStefano Babic <sbabic@denx.de>
Fri, 29 Dec 2017 10:18:59 +0000 (11:18 +0100)
commite743f1e5985818dd267d18aec6879ccebcaee078
tree87870352a1cfd98e29efd15daba420c18bafd787
parent56b801c5d3d9aeaf7219c14392b94a517fb54875
ARM: imx: cm_fx6: remove esdhc init code from board file

Commit 5248930ebf48 ("dm: imx: cm_fx6: Enable more driver model support")
enabled driver model support for MMC. Remove the old mmc init code, which
is no longer used, from the board file.

Signed-off-by: Christopher Spinrath <christopher.spinrath@rwth-aachen.de>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
board/compulab/cm_fx6/cm_fx6.c