|
@@ -73,7 +73,7 @@
|
|
* crap here - that's what the boot loader (or in extreme, well justified
|
|
* crap here - that's what the boot loader (or in extreme, well justified
|
|
* circumstances, zImage) is for.
|
|
* circumstances, zImage) is for.
|
|
*/
|
|
*/
|
|
- __INIT
|
|
|
|
|
|
+ .section ".text.head", "ax"
|
|
.type stext, %function
|
|
.type stext, %function
|
|
ENTRY(stext)
|
|
ENTRY(stext)
|
|
msr cpsr_c, #PSR_F_BIT | PSR_I_BIT | SVC_MODE @ ensure svc mode
|
|
msr cpsr_c, #PSR_F_BIT | PSR_I_BIT | SVC_MODE @ ensure svc mode
|