
19 May
2008
19 May
'08
11:26 p.m.
cpu/arm926ejs/start.S:
Removed code to LED init since it is not specific to the ARM CPU, but rather should go in the board/platform specific files.
Signed-off-by: Daniel Allred <djallred <at> gmail...>
--- u-boot-1.3.2/cpu/arm926ejs/start.S.orig 2008-05-19 16:06:06.567184000 -0500 +++ u-boot-1.3.2/cpu/arm926ejs/start.S 2008-05-19 16:06:37.491651200 -0500 @@ -182,9 +182,6 @@ clbss_l:str r2, [r0] /* clear loop... cmp r0, r1 ble clbss_l
- bl coloured_LED_init - bl red_LED_on - ldr pc, _start_armboot
_start_armboot: