board: Drop ftsdc010 non-dm code
[oweals/u-boot.git] / board / AndesTech / nx25-ae250 / nx25-ae250.c
index 12f2d3520bfbb23e8cf04bfed5577deedb495e62..a965218f34528ab966a8a79e448838bf44078d9f 100644 (file)
@@ -11,7 +11,6 @@
 #include <netdev.h>
 #endif
 #include <linux/io.h>
-#include <faraday/ftsdc010.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
@@ -65,13 +64,3 @@ ulong board_flash_get_legacy(ulong base, int banknum, flash_info_t *info)
 {
        return 0;
 }
-
-int board_mmc_init(bd_t *bis)
-{
-#ifndef CONFIG_DM_MMC
-#ifdef CONFIG_FTSDC010
-       ftsdc010_mmc_init(0);
-#endif
-#endif
-       return 0;
-}