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

Daniel Allred djallred at gmail.com
Mon May 19 23:26:07 CEST 2008


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:




More information about the U-Boot mailing list