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>
This commit is contained in:
parent
c44bf4e8ac
commit
009b54079e
|
@ -119,9 +119,6 @@ start_code:
|
||||||
orr r0, r0, #0xd3
|
orr r0, r0, #0xd3
|
||||||
msr cpsr, r0
|
msr cpsr, r0
|
||||||
|
|
||||||
bl coloured_LED_init
|
|
||||||
bl red_LED_on
|
|
||||||
|
|
||||||
#if defined(CONFIG_AT91RM9200DK) || defined(CONFIG_AT91RM9200EK)
|
#if defined(CONFIG_AT91RM9200DK) || defined(CONFIG_AT91RM9200EK)
|
||||||
/*
|
/*
|
||||||
* relocate exception table
|
* relocate exception table
|
||||||
|
|
Loading…
Reference in New Issue