aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-09-07 13:49:39 -0400
committerTom Rini <trini@konsulko.com>2019-09-07 13:49:39 -0400
commit2f760735c170c854ffca76be5607cec5c56fdc4f (patch)
tree50cfd63bf25f0106c0ffa622cd4c9285dc36fc31 /board
parentba83753289f5ad99f64e72fd0ee141c647aeda0f (diff)
parenteaae4ee2bd349797a69f74240abd8329e18d5dbd (diff)
downloadu-boot-2f760735c170c854ffca76be5607cec5c56fdc4f.zip
u-boot-2f760735c170c854ffca76be5607cec5c56fdc4f.tar.gz
u-boot-2f760735c170c854ffca76be5607cec5c56fdc4f.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-sh
- Initial DM conversion
Diffstat (limited to 'board')
-rw-r--r--board/renesas/r2dplus/r2dplus.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/board/renesas/r2dplus/r2dplus.c b/board/renesas/r2dplus/r2dplus.c
index f077326..6eff987 100644
--- a/board/renesas/r2dplus/r2dplus.c
+++ b/board/renesas/r2dplus/r2dplus.c
@@ -9,7 +9,6 @@
#include <netdev.h>
#include <asm/processor.h>
#include <asm/io.h>
-#include <asm/pci.h>
int checkboard(void)
{
@@ -45,12 +44,6 @@ void ide_set_reset(int idereset)
}
}
-static struct pci_controller hose;
-void pci_init_board(void)
-{
- pci_sh7751_init(&hose);
-}
-
int board_eth_init(bd_t *bis)
{
return pci_eth_init(bis);