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:
parent
43f74f7e4a
commit
a0725a74a8
|
@ -15,6 +15,7 @@
|
||||||
.globl _start
|
.globl _start
|
||||||
|
|
||||||
_start:
|
_start:
|
||||||
|
#if CONFIG_USE_INIT == 0
|
||||||
/*
|
/*
|
||||||
* init stack pointer to real ram now that memory is on
|
* init stack pointer to real ram now that memory is on
|
||||||
*/
|
*/
|
||||||
|
@ -106,3 +107,4 @@ __DTOR_LIST__:
|
||||||
.globl __DTOR_END__
|
.globl __DTOR_END__
|
||||||
__DTOR_END__:
|
__DTOR_END__:
|
||||||
blr
|
blr
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue