]> git.baikalelectronics.ru Git - uboot.git/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)
commit7603fbca17b991ce90ae4e7c2e876ed2742e6005
tree87870352a1cfd98e29efd15daba420c18bafd787
parent819bcb22e64486dd7f41cd507997cf4e688f3c3b
ARM: imx: cm_fx6: remove esdhc init code from board file

Commit 2fe8fdad507e ("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