aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/i386/image/elfboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/image/elfboot.c')
-rw-r--r--src/arch/i386/image/elfboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/image/elfboot.c b/src/arch/i386/image/elfboot.c
index 7cb51bf9a..331d3764c 100644
--- a/src/arch/i386/image/elfboot.c
+++ b/src/arch/i386/image/elfboot.c
@@ -48,7 +48,7 @@ static int elfboot_exec ( struct image *image ) {
/* An ELF image has no callback interface, so we need to shut
* down before invoking it.
*/
- shutdown ( SHUTDOWN_BOOT );
+ shutdown_boot();
/* Jump to OS with flat physical addressing */
DBGC ( image, "ELF %p starting execution at %lx\n", image, entry );