Select Git revision
fsl_esdhc.c
Forked from
Reform / reform-boundary-uboot
Source project has a limited visibility.
-
Jaehoon Chung authored
mmc_set_clock() function has the disable argument as bool type. When mmc_set_clock is called, it might be passed to "true" or "false". But it's too confusion whether clock is enabled or disabled with only "true" and "false". To prevent the confusion, replace to MMC_CLK_ENABLE/DISABLE macro from true/false. Signed-off-by:
Jaehoon Chung <jh80.chung@samsung.com>
Jaehoon Chung authoredmmc_set_clock() function has the disable argument as bool type. When mmc_set_clock is called, it might be passed to "true" or "false". But it's too confusion whether clock is enabled or disabled with only "true" and "false". To prevent the confusion, replace to MMC_CLK_ENABLE/DISABLE macro from true/false. Signed-off-by:
Jaehoon Chung <jh80.chung@samsung.com>