[gbastartup] Cleanup

This commit is contained in:
2020-07-12 18:35:18 -05:00
parent 7b7a8d75b4
commit b32734d727
2 changed files with 10 additions and 24 deletions

View File

@ -178,13 +178,11 @@ CEW0Skip:
@---------------------------------------------------------------------------------
@ global constructors
@---------------------------------------------------------------------------------
ldr r3, =__libc_init_array
bl _blx_r3_stub
bl __libc_init_array
@---------------------------------------------------------------------------------
@ Jump to user code
@---------------------------------------------------------------------------------
ldr r3, =c_start
bl _blx_r3_stub
bl c_start
@---------------------------------------------------------------------------------
@ Clear memory to 0x00 if length != 0
@---------------------------------------------------------------------------------
@ -211,11 +209,6 @@ ClearMX:
@---------------------------------------------------------------------------------
bx lr
@---------------------------------------------------------------------------------
_blx_r3_stub:
@---------------------------------------------------------------------------------
bx r3
@---------------------------------------------------------------------------------
@ Copy memory if length != 0
@---------------------------------------------------------------------------------