aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/init.c b/core/init.c
index a7e70c9..262ac5f 100644
--- a/core/init.c
+++ b/core/init.c
@@ -394,6 +394,7 @@ static bool load_kernel(void)
KERNEL_LOAD_BASE);
/* Hack for STB in Mambo, assume at least 4kb in mem */
kernel_size = SECURE_BOOT_HEADERS_SIZE;
+ kernel_entry = (uint64_t)KERNEL_LOAD_BASE;
}
if (stb_is_container(KERNEL_LOAD_BASE, kernel_size)) {
stb_container = KERNEL_LOAD_BASE;