From f4863a7aec41f1f78fe93eade700b15b287a5ef7 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sat, 7 Feb 2004 01:27:10 +0000 Subject: * Patch by liang a lei, 9 Jan 2004: Fix Intel 28F128J3 ID in include/flash.h * Patch by Masami Komiya, 09 Jan 2004: add support for TB0229 board (NEC VR4131 MIPS processor) * Patch by Leon Kukovec, 12 Dec 2003: changed extern __inline__ into static __inline__ in include/linux/byteorder/swab.h --- lib_mips/board.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib_mips') diff --git a/lib_mips/board.c b/lib_mips/board.c index 0727095534..65a0bc38d4 100644 --- a/lib_mips/board.c +++ b/lib_mips/board.c @@ -393,6 +393,13 @@ void board_init_r (gd_t *id, ulong dest_addr) /* IP Address */ bd->bi_ip_addr = getenv_IPaddr("ipaddr"); +#if defined(CONFIG_PCI) + /* + * Do pci configuration + */ + pci_init(); +#endif + /** leave this here (after malloc(), environment and PCI are working) **/ /* Initialize devices */ devices_init (); -- cgit v1.2.1