*** empty log message ***
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1245 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
* gwatson@lanl.gov
|
||||
*/
|
||||
|
||||
#include <sdram.h>
|
||||
|
||||
extern unsigned _iseg[];
|
||||
extern unsigned _liseg[];
|
||||
extern unsigned _eliseg[];
|
||||
@@ -15,7 +17,7 @@ void (*hardwaremain)(int) = _iseg;
|
||||
*
|
||||
* - turn on real memory
|
||||
* - relocate our payload into real memory
|
||||
* - start executing payload
|
||||
* - start hardwaremain() which does remainder of setup
|
||||
*/
|
||||
|
||||
void ppc_main(void)
|
||||
|
Reference in New Issue
Block a user