not needed when using init

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1265 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Greg Watson 2003-11-09 23:02:54 +00:00
parent 43f74f7e4a
commit a0725a74a8
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@
.globl _start
_start:
#if CONFIG_USE_INIT == 0
/*
* init stack pointer to real ram now that memory is on
*/
@ -106,3 +107,4 @@ __DTOR_LIST__:
.globl __DTOR_END__
__DTOR_END__:
blr
#endif