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:
parent
6d7c1fc3a4
commit
1bd3fb750d
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue