root/loader/ixus145_elph135/entry.S

/* [<][>][^][v][top][bottom][index][help] */
   1     .section .entry
   2 
   3     LDR     SP, =MEMBASEADDR
   4     BL      check_compat
   5 
   6 // SD card off stuff does not seem to be needed
   7 
   8         MOV     SP, #0x1900
   9         MOV     R11, #0
  10         B       my_restart

/* [<][>][^][v][top][bottom][index][help] */