summaryrefslogtreecommitdiff
path: root/board/AndesTech/adp-ag102/adp-ag102.c
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-07-25 12:22:08 (GMT)
committerTom Rini <trini@ti.com>2013-07-25 12:51:51 (GMT)
commitaaf5e825606a70ddc8fca8e366d8c16a6fd3cc7c (patch)
tree64eaea4d396dce4e0a30bb955b8240d4b199cdca /board/AndesTech/adp-ag102/adp-ag102.c
parent0b17998e509e5614633aee0a3c5d6248f8bc580b (diff)
parentc54fd3efa497876a33cc3c6e7df514ae53abc729 (diff)
downloadu-boot-aaf5e825606a70ddc8fca8e366d8c16a6fd3cc7c.tar.xz
Merge branch 'master' of git://git.denx.de/u-boot-nds32
Diffstat (limited to 'board/AndesTech/adp-ag102/adp-ag102.c')
-rw-r--r--board/AndesTech/adp-ag102/adp-ag102.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/AndesTech/adp-ag102/adp-ag102.c b/board/AndesTech/adp-ag102/adp-ag102.c
index 6f0d0ee..3f879ab 100644
--- a/board/AndesTech/adp-ag102/adp-ag102.c
+++ b/board/AndesTech/adp-ag102/adp-ag102.c
@@ -10,6 +10,7 @@
#include <netdev.h>
#include <asm/io.h>
+#include <faraday/ftpci100.h>
#include <faraday/ftsdc010.h>
#ifdef CONFIG_FTSMC020
#include <faraday/ftsmc020.h>
@@ -77,8 +78,6 @@ ulong board_flash_get_legacy(ulong base, int banknum, flash_info_t *info)
void pci_init_board(void)
{
/* should be pci_ftpci100_init() */
- extern void pci_ftpci_init();
-
pci_ftpci_init();
}
#endif