summaryrefslogtreecommitdiff
path: root/common/firmware_image.S
diff options
context:
space:
mode:
Diffstat (limited to 'common/firmware_image.S')
-rw-r--r--common/firmware_image.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/firmware_image.S b/common/firmware_image.S
index 5c70d29069..193719608f 100644
--- a/common/firmware_image.S
+++ b/common/firmware_image.S
@@ -21,6 +21,9 @@
#define FW_IMAGE_SIGN(sect,suffix) \
STRINGIFY(FW_FILE(FINAL_OUTDIR,PROJECT,sect,suffix,.sig))
+.global _start
+_start:
+
/* Read Only firmware */
#ifdef CONFIG_FW_INCLUDE_RO
.section .image.RO, "ax"