summaryrefslogtreecommitdiff
path: root/chip/ish/aontaskfw/ish_aontask.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/ish/aontaskfw/ish_aontask.c')
-rw-r--r--chip/ish/aontaskfw/ish_aontask.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/ish/aontaskfw/ish_aontask.c b/chip/ish/aontaskfw/ish_aontask.c
index fc584857b1..5e16ee7d6a 100644
--- a/chip/ish/aontaskfw/ish_aontask.c
+++ b/chip/ish/aontaskfw/ish_aontask.c
@@ -192,7 +192,7 @@ static struct tss_entry aon_tss = {
.ebx = 0,
/* set stack top pointer at the end of usable aon memory */
.esp = CONFIG_AON_ROM_BASE - AON_SP_RESERVED,
- .ebp = AON_SP_RESERVED,
+ .ebp = CONFIG_AON_ROM_BASE - AON_SP_RESERVED,
.esi = 0,
.edi = 0,
/* entry 1 in LDT for data segment */