summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2015-11-30 20:38:45 +0100
committerMarek Vasut <marex@denx.de>2015-12-07 00:15:59 +0100
commit1c75596e68069a3957b8b8b0eb8689e9de9f57d8 (patch)
tree4588fa9bfaf355a2211197256e8a090f15fc4f6e /arch
parentae9996c806e15b68b97fe7a7242c44e713345269 (diff)
downloadblackbird-obmc-uboot-1c75596e68069a3957b8b8b0eb8689e9de9f57d8.tar.gz
blackbird-obmc-uboot-1c75596e68069a3957b8b8b0eb8689e9de9f57d8.zip
arm: socfpga: Remove cpu_mmc_init()
This function triggers the registration of the dwmmc driver on SoCFPGA, but this is not needed in case the driver is correctly probed from DT. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Chin Liang See <clsee@altera.com> Cc: Dinh Nguyen <dinguyen@opensource.altera.com> Cc: Pantelis Antoniou <panto@antoniou-consulting.com> Cc: Simon Glass <sjg@chromium.org> Cc: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-socfpga/misc.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/mach-socfpga/misc.c b/arch/arm/mach-socfpga/misc.c
index bbd31ef7b5..b110f5bb42 100644
--- a/arch/arm/mach-socfpga/misc.c
+++ b/arch/arm/mach-socfpga/misc.c
@@ -130,17 +130,6 @@ int cpu_eth_init(bd_t *bis)
}
#endif
-#ifdef CONFIG_DWMMC
-/*
- * Initializes MMC controllers.
- * to override, implement board_mmc_init()
- */
-int cpu_mmc_init(bd_t *bis)
-{
- return socfpga_dwmmc_init(gd->fdt_blob);
-}
-#endif
-
struct {
const char *mode;
const char *name;
OpenPOWER on IntegriCloud