]> git.sur5r.net Git - u-boot/commit
dm: imx: cm_fx6: Add MMC support for CONFIG_BLK
authorSimon Glass <sjg@chromium.org>
Sat, 29 Jul 2017 17:35:27 +0000 (11:35 -0600)
committerJaehoon Chung <jh80.chung@samsung.com>
Thu, 17 Aug 2017 07:44:17 +0000 (16:44 +0900)
commit4f6478d646a265d992bd4bba9adc318f5e580b26
tree373e87fc84a791b405b26edb416e01bc7eb3a707
parent5ec1f560f3cf082108cd6ed1fd29ae6557aa5a59
dm: imx: cm_fx6: Add MMC support for CONFIG_BLK

When CONFIG_BLK is enabled our weak board_mmc_init() will not be called.
Since there is no clock driver for MX6 yet, we must manually enable the
clocks.

Signed-off-by: Simon Glass <sjg@chromium.org>
board/compulab/cm_fx6/cm_fx6.c