From patchwork Sat Dec 18 12:08:07 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jens Scharsig X-Patchwork-Id: 76064 X-Patchwork-Delegate: albert.aribaud@free.fr Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 123F0B6ED0 for ; Sat, 18 Dec 2010 23:02:00 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DC76828091; Sat, 18 Dec 2010 13:01:56 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3dkjIikyQL8r; Sat, 18 Dec 2010 13:01:55 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CE8672808C; Sat, 18 Dec 2010 13:01:54 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 20D722808C for ; Sat, 18 Dec 2010 13:01:52 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KXzGvGCuomBY for ; Sat, 18 Dec 2010 13:01:50 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from smtp-out-239.synserver.de (smtp-out-246.synserver.de [212.40.180.246]) by theia.denx.de (Postfix) with ESMTPS id 07D942808B for ; Sat, 18 Dec 2010 13:01:48 +0100 (CET) Received: (qmail 24484 invoked by uid 0); 18 Dec 2010 12:01:44 -0000 X-SynServer-TrustedSrc: 1 X-SynServer-AuthUser: postmaster@scharsoft.de X-SynServer-PPID: 24124 Received: from dslb-088-073-216-164.pools.arcor-ip.net (HELO ?10.0.0.1?) [88.73.216.164] by 217.119.54.87 with AES256-SHA encrypted SMTP; 18 Dec 2010 12:01:43 -0000 Message-ID: <4D0CA427.1070706@scharsoft.de> Date: Sat, 18 Dec 2010 13:08:07 +0100 From: Jens Scharsig User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.1.16) Gecko/20101125 SUSE/3.0.11 Thunderbird/3.0.11 MIME-Version: 1.0 To: U-Boot List Cc: Jens Scharsig Subject: [U-Boot] [PATCH] remove (double) LED initialization in arm920t start.s X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de * 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(-) -- 1.7.1 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