pci: Remove unnecessary 'default n' from Kconfig
[oweals/u-boot.git] / board / pandora / pandora.c
index 146dcea4e15f821b45f294897f37a14f055aa582..3502bbf5a9dc5c6d303726219257549bd0a72446 100644 (file)
@@ -102,7 +102,7 @@ int misc_init_r(void)
                TWL4030_BB_CFG_BBCHEN | TWL4030_BB_CFG_BBSEL_3200MV |
                TWL4030_BB_CFG_BBISEL_500UA);
 
-       dieid_num_r();
+       omap_die_id_display();
 
        return 0;
 }
@@ -121,9 +121,14 @@ void set_muxconf_regs(void)
        }
 }
 
-#ifdef CONFIG_GENERIC_MMC
+#ifdef CONFIG_MMC
 int board_mmc_init(bd_t *bis)
 {
        return omap_mmc_init(0, 0, 0, -1, -1);
 }
+
+void board_mmc_power_init(void)
+{
+       twl4030_power_mmc_init(0);
+}
 #endif