Call mainboard init functions.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Peter Stuge <peter@stuge.se> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5698 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -1104,6 +1104,9 @@ void dev_initialize(void)
|
||||
|
||||
printk(BIOS_INFO, "Initializing devices...\n");
|
||||
|
||||
/* First call the mainboard init. */
|
||||
init_dev(&dev_root);
|
||||
|
||||
/* now initialize everything. */
|
||||
for (link = dev_root.link_list; link; link = link->next)
|
||||
init_link(link);
|
||||
|
Reference in New Issue
Block a user