From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Thu, 20 Jan 2011 21:56:27 +0100 Subject: [U-Boot] [PATCH] remove (double) LED initialization in arm920t start.s In-Reply-To: <4D0CA427.1070706@scharsoft.de> References: <4D0CA427.1070706@scharsoft.de> Message-ID: <4D38A17B.2080509@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Le 18/12/2010 13:08, Jens Scharsig a ?crit : > * remove LED initialization in front of relocation and bss init > > Signed-off-by: Jens Scharsig > --- > > * 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 Applied to U-boot-arm, thanks. Amicalement, -- Albert.