add board_init
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1249 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
4e17b848f8
commit
ab5ab6e556
|
@ -25,6 +25,8 @@ void ppc_main(void)
|
|||
unsigned *from;
|
||||
unsigned *to;
|
||||
|
||||
board_init();
|
||||
|
||||
sdram_init();
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue