Skip to content

Commit

Permalink
crt0: initial clock through c code
Browse files Browse the repository at this point in the history
As the boot code has been relocated to sram, so configure clock
in sram directly.

Signed-off-by: Bo Shen <[email protected]>
  • Loading branch information
Bo Shen authored and wenyouya committed Dec 3, 2014
1 parent 8fc7454 commit aadd9e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crt0_gnu.S
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ _relocate_to_sram:
ldrcc r2, [r1], #4
strcc r2, [r3], #4
bcc 1b
ldr pc, =_setup_clocks
#endif /* CONFIG_FLASH */

ldr r4, = lowlevel_clock_init
Expand Down

0 comments on commit aadd9e8

Please sign in to comment.