samsung: arndale: remove board_mmc_init function
Remove board_mmc_init function. It will be probed with driver-model. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> Acked-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
This commit is contained in:
committed by
Minkyu Kang
parent
ee6726be4f
commit
a654b6a5ae
@@ -25,5 +25,3 @@
|
|||||||
/* CLKSEL Register */
|
/* CLKSEL Register */
|
||||||
#define DWMCI_DIVRATIO_BIT 24
|
#define DWMCI_DIVRATIO_BIT 24
|
||||||
#define DWMCI_DIVRATIO_MASK 0x7
|
#define DWMCI_DIVRATIO_MASK 0x7
|
||||||
|
|
||||||
int exynos_dwmmc_init(const void *blob);
|
|
||||||
|
|||||||
@@ -73,19 +73,6 @@ int dram_init_banksize(void)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef CONFIG_MMC
|
|
||||||
int board_mmc_init(struct bd_info *bis)
|
|
||||||
{
|
|
||||||
int ret;
|
|
||||||
/* dwmmc initializattion for available channels */
|
|
||||||
ret = exynos_dwmmc_init(gd->fdt_blob);
|
|
||||||
if (ret)
|
|
||||||
debug("dwmmc init failed\n");
|
|
||||||
|
|
||||||
return ret;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static int board_uart_init(void)
|
static int board_uart_init(void)
|
||||||
{
|
{
|
||||||
int err = 0, uart_id;
|
int err = 0, uart_id;
|
||||||
|
|||||||
Reference in New Issue
Block a user