ARM: imx6q_logic: With SPL_OF_CONTROL enabled, remove MMC init
authorAdam Ford <aford173@gmail.com>
Thu, 23 May 2019 19:11:32 +0000 (14:11 -0500)
committerStefano Babic <sbabic@denx.de>
Fri, 19 Jul 2019 12:54:15 +0000 (14:54 +0200)
commit8f4691e31a18254d225524a4b018b8cbcddc70b1
tree4e868949c3d86ef986d327bb81fe704a09bb1c3e
parent0749bbb5c75d2b35eaf6acd438750cf08df314ef
ARM: imx6q_logic: With SPL_OF_CONTROL enabled, remove MMC init

Since the board uses SPL_OF_CONTROL now, we don't need to
explicitly initialize the MMC driver, but we still need to
pinmux the corresponding pins.  This patch removes the
initialization code and leave just the muxing behind.

Signed-off-by: Adam Ford <aford173@gmail.com>
board/logicpd/imx6/imx6logic.c