@@ -106,7 +106,7 @@ Reset_Handler:
/* Call static constructors */
bl __libc_init_array
/* Call the application s entry point.*/
- bl main
+ bl entry
LoopForever:
b LoopForever