summaryrefslogtreecommitdiff
path: root/firmware/crt0.S
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2006-08-12 08:27:48 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2006-08-12 08:27:48 +0000
commit0a0682474e6326f63994a6cd62f23efd9818a7ec (patch)
tree9ddd8fbfe72fa4ca001b21de93b951ab24dc951f /firmware/crt0.S
parentdd754886f5fd4004b521c954e263772d35fb6a46 (diff)
downloadrockbox-0a0682474e6326f63994a6cd62f23efd9818a7ec.tar.gz
rockbox-0a0682474e6326f63994a6cd62f23efd9818a7ec.zip
initial gigabeat bootloader (only test code)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10536 a1c6a512-1295-4272-9138-f99709370657
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 */