commit | e7131a8965ac18d49d67f1b041cd2d0c11e5b660 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Thu May 23 14:11:32 2019 -0500 |
committer | Stefano Babic <sbabic@denx.de> | Fri Jul 19 14:54:15 2019 +0200 |
tree | 4e868949c3d86ef986d327bb81fe704a09bb1c3e | |
parent | 092772e038383a9ef03d600265169e4a5ea5de4a [diff] |
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>