public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] remove (double) LED initialization in arm920t start.s
@ 2010-12-18 12:08 Jens Scharsig
  2010-12-23 11:58 ` Andreas Bießmann
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Jens Scharsig @ 2010-12-18 12:08 UTC (permalink / raw)
  To: u-boot

* remove LED initialization in front of relocation and bss init

Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
---

 * prevents run C function on an uninitialized environment
 
 arch/arm/cpu/arm920t/start.S |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/arch/arm/cpu/arm920t/start.S b/arch/arm/cpu/arm920t/start.S
index 08f178d..764a06a 100644
--- a/arch/arm/cpu/arm920t/start.S
+++ b/arch/arm/cpu/arm920t/start.S
@@ -119,9 +119,6 @@ start_code:
 	orr	r0, r0, #0xd3
 	msr	cpsr, r0
 
-	bl	coloured_LED_init
-	bl	red_LED_on
-
 #if	defined(CONFIG_AT91RM9200DK) || defined(CONFIG_AT91RM9200EK)
 	/*
 	 * relocate exception table
-- 1.7.1 

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-01-20 20:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-18 12:08 [U-Boot] [PATCH] remove (double) LED initialization in arm920t start.s Jens Scharsig
2010-12-23 11:58 ` Andreas Bießmann
2010-12-23 12:29   ` Reinhard Meyer
2010-12-23 12:51     ` Wolfgang Denk
2010-12-23 13:18       ` Reinhard Meyer
2010-12-23 15:05         ` Wolfgang Denk
2010-12-23 16:17 ` Jens Scharsig
2011-01-20 20:56 ` Albert ARIBAUD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox