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:
Gabe Black 2013-03-01 03:29:19 -08:00 committed by Ronald G. Minnich
parent a46a712610
commit d895827c0f
1 changed files with 1 additions and 0 deletions

View File

@ -32,5 +32,6 @@
.align 4
/* This function puts the system into a halt. */
.type halt, function
halt:
b halt