diff options
Diffstat (limited to 'src/boot/selfboot.c')
-rw-r--r-- | src/boot/selfboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/selfboot.c b/src/boot/selfboot.c index ac43e4aba5..f8be72c77c 100644 --- a/src/boot/selfboot.c +++ b/src/boot/selfboot.c @@ -553,7 +553,7 @@ static int selfboot(struct lb_memory *mem, struct cbfs_payload *payload) boot_successful(); printk(BIOS_DEBUG, "Jumping to boot code at %x\n", entry); - post_code(0xfe); + post_code(POST_ENTER_ELF_BOOT); /* Jump to kernel */ jmp_to_elf_entry((void*)entry, bounce_buffer, bounce_size); |