stivale2: Fix terminal stack offset bug
diff --git a/common/protos/stivale2.c b/common/protos/stivale2.c
index 95ab5e99..45a617bd 100644
--- a/common/protos/stivale2.c
+++ b/common/protos/stivale2.c
@@ -570,7 +570,7 @@ failed_to_load_header_section:
#if defined (__i386__)
if (stivale2_rt_stack == NULL) {
- stivale2_rt_stack = ext_mem_alloc(8192);
+ stivale2_rt_stack = ext_mem_alloc(8192) + 8192;
}
tag->term_write = (uintptr_t)(void *)stivale2_term_write_entry;
