libpayload: Mark "halt" as a function.
The linker uses that info so interworking can work correctly. Built and booted into depthcharge on Snow and saw interworking start to work correctly. Change-Id: I0ac54f1c424ec70f8244edf6541a10b089ce47b4 Signed-off-by: Gabe Black <gabeblack@google.com> Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Reviewed-on: http://review.coreboot.org/2568 Tested-by: build bot (Jenkins)
This commit is contained in:
parent
a46a712610
commit
d895827c0f
|
@ -32,5 +32,6 @@
|
||||||
.align 4
|
.align 4
|
||||||
|
|
||||||
/* This function puts the system into a halt. */
|
/* This function puts the system into a halt. */
|
||||||
|
.type halt, function
|
||||||
halt:
|
halt:
|
||||||
b halt
|
b halt
|
||||||
|
|
Loading…
Reference in New Issue