summaryrefslogtreecommitdiff
path: root/firmware/crt0.S
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/crt0.S')
-rw-r--r--firmware/crt0.S5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/crt0.S b/firmware/crt0.S
index 1c52658c7c..96e08be9f1 100644
--- a/firmware/crt0.S
+++ b/firmware/crt0.S
@@ -303,6 +303,11 @@ boot_table:
303 .space 400 303 .space 400
304#endif /* PP specific */ 304#endif /* PP specific */
305/* Code for ARM bootloader targets other than iPod go here */ 305/* Code for ARM bootloader targets other than iPod go here */
306
307#if CONFIG_CPU == S3C2440
308 bl main
309#endif
310
306#else /* BOOTLOADER */ 311#else /* BOOTLOADER */
307 312
308 /* Set up stack for IRQ mode */ 313 /* Set up stack for IRQ mode */