* 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
This commit is contained in:
wdenk
2004-02-07 01:27:10 +00:00
parent ba56f62576
commit f4863a7aec
15 changed files with 1918 additions and 11 deletions

View File

@@ -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 ();