diff options
author | Jens Scharsig <js_at_ng@scharsoft.de> | 2010-12-18 02:08:07 (GMT) |
---|---|---|
committer | Albert Aribaud <albert.aribaud@free.fr> | 2011-02-01 23:54:45 (GMT) |
commit | 009b54079e65ddf004041ccaccef3b8647ce8a0b (patch) | |
tree | 56bde3e94729980b64fac0ef59d8631f13eaee76 /arch/arm | |
parent | c44bf4e8ac2610d650bad441a1dc6a617ae98a4f (diff) | |
download | u-boot-fsl-qoriq-009b54079e65ddf004041ccaccef3b8647ce8a0b.tar.xz |
remove (double) LED initialization in arm920t start.s
* remove LED initialization in front of relocation and bss init
Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | 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 6bccf61..2fc0abc 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 |