bootmode: normal: remove duplicated macro
[profile/mobile/platform/kernel/u-boot-tm1.git] / include / mmc.h
index 8cda944..3e5ec5c 100644 (file)
@@ -303,6 +303,9 @@ void print_mmc_devices(char separator);
 int board_mmc_getcd(u8 *cd, struct mmc *mmc);
 
 #ifdef CONFIG_GENERIC_MMC
+#ifdef CONFIG_EMMC_BOOT
+int mmc_legacy_init(int dev);
+#endif
 int atmel_mci_init(void *regs);
 #else
 int mmc_legacy_init(int verbose);