summaryrefslogtreecommitdiff
path: root/firmware/target/arm/s3c2440/crt0.S
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/s3c2440/crt0.S')
-rw-r--r--firmware/target/arm/s3c2440/crt0.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/arm/s3c2440/crt0.S b/firmware/target/arm/s3c2440/crt0.S
index a05fd78fe9..7de2c46437 100644
--- a/firmware/target/arm/s3c2440/crt0.S
+++ b/firmware/target/arm/s3c2440/crt0.S
@@ -467,6 +467,7 @@ stackmunge:
467 ldr sp, =stackend 467 ldr sp, =stackend
468 468
469 /* Start the main function */ 469 /* Start the main function */
470 adr lr, vectors
470 ldr pc, =main 471 ldr pc, =main
471 472
472 /* Should never get here, but let's restart in case (also needed for 473 /* Should never get here, but let's restart in case (also needed for