efi: qemu: arm64: Add efi_rng_protocol implementation for the platform
[oweals/u-boot.git] / board / overo / overo.c
index f13bff1871105b412bc007cacd4a7fde0f62a101..442028a764c71f3473a81f35bbe791a05ceb357a 100644 (file)
@@ -377,20 +377,6 @@ int board_eth_init(bd_t *bis)
 }
 #endif
 
-#if defined(CONFIG_MMC)
-int board_mmc_init(bd_t *bis)
-{
-       return omap_mmc_init(0, 0, 0, -1, -1);
-}
-#endif
-
-#if defined(CONFIG_MMC)
-void board_mmc_power_init(void)
-{
-       twl4030_power_mmc_init(0);
-}
-#endif
-
 #if defined(CONFIG_USB_EHCI_HCD)
 static struct omap_usbhs_board_data usbhs_bdata = {
        .port_mode[0] = OMAP_USBHS_PORT_MODE_UNUSED,