[U-Boot-Users] [PATCH]:arm926ejs: Regression to remove inappropriate LED control code from arch init start.S

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:

Hi,
Removed code to LED init since it is not specific to the ARM CPU, but rather should go in the board/platform specific files.
I second that
Regards Gururaja

In message fbb4d9c70805191426i3b2ea441r44f442d1fea31607@mail.gmail.com you wrote:
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...>
Please provide a non-garbled, working mail address in your Signed-off-by line.
Best regards,
Wolfgang Denk
participants (3)
-
Daniel Allred
-
Hebbar
-
Wolfgang Denk