Merge with git://www.denx.de/git/u-boot.git

This commit is contained in:
Peter Pearse
2007-09-07 13:26:51 +01:00
40 changed files with 2361 additions and 320 deletions

4
lib_arm/board.c Executable file → Normal file
View File

@@ -338,6 +338,10 @@ void start_armboot (void)
drv_vfd_init();
#endif /* CONFIG_VFD */
#ifdef CONFIG_SERIAL_MULTI
serial_initialize();
#endif
/* IP Address */
gd->bd->bi_ip_addr = getenv_IPaddr ("ipaddr");