]> git.sur5r.net Git - u-boot/blobdiff - board/AndesTech/adp-ae3xx/adp-ae3xx.c
Merge git://git.denx.de/u-boot-marvell
[u-boot] / board / AndesTech / adp-ae3xx / adp-ae3xx.c
index 98ed4d9589a3ce76a3743cdc132f0ef7f3a594c8..52a89dc7a0008786240abc1dd8c13e2ce96720c1 100644 (file)
@@ -6,12 +6,12 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
+#include <asm/mach-types.h>
 #include <common.h>
 #if defined(CONFIG_FTMAC100) && !defined(CONFIG_DM_ETH)
 #include <netdev.h>
 #endif
 #include <linux/io.h>
-#include <faraday/ftsdc010.h>
 #include <faraday/ftsmc020.h>
 
 DECLARE_GLOBAL_DATA_PTR;
@@ -74,13 +74,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;
-}