summaryrefslogtreecommitdiff
path: root/core/minute-ia/ec.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'core/minute-ia/ec.lds.S')
-rw-r--r--core/minute-ia/ec.lds.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/minute-ia/ec.lds.S b/core/minute-ia/ec.lds.S
index 2eacb8db39..7357737189 100644
--- a/core/minute-ia/ec.lds.S
+++ b/core/minute-ia/ec.lds.S
@@ -155,6 +155,9 @@ SECTIONS
__bss_size_words = (__bss_end - __bss_start) / 4;
}
+ #TODO: Adjust __image_size to proper value for core minute-ia later
+ __image_size = . - CONFIG_ISH_BOOT_START;
+
def_irq_low = ABSOLUTE(default_int_handler) & 0xFFFF;
def_irq_high = ABSOLUTE(default_int_handler) >> 16;
}