Merge with git://www.denx.de/git/u-boot.git
This commit is contained in:
4
lib_arm/board.c
Executable file → Normal file
4
lib_arm/board.c
Executable file → Normal 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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user