From patchwork Mon Apr 18 14:12:45 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andreas_Bie=C3=9Fmann?= X-Patchwork-Id: 91746 X-Patchwork-Delegate: info@emk-elektronik.de 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 A2030B6F76 for ; Tue, 19 Apr 2011 00:13:58 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6022A281B6; Mon, 18 Apr 2011 16:13:30 +0200 (CEST) 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 tlL-y5sVycqy; Mon, 18 Apr 2011 16:13:30 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4499B281C5; Mon, 18 Apr 2011 16:13:20 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 50CAF281B7 for ; Mon, 18 Apr 2011 16:13:11 +0200 (CEST) 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 5N7PAh8waLgW for ; Mon, 18 Apr 2011 16:13:09 +0200 (CEST) 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 moutng.kundenserver.de (moutng.kundenserver.de [212.227.17.10]) by theia.denx.de (Postfix) with ESMTP id 060E72818C for ; Mon, 18 Apr 2011 16:13:07 +0200 (CEST) Received: from corscience.de (DSL01.212.114.252.242.ip-pool.NEFkom.net [212.114.252.242]) by mrelayeu.kundenserver.de (node=mrbap3) with ESMTP (Nemesis) id 0MOzJP-1QFxf52z95-006PA2; Mon, 18 Apr 2011 16:13:04 +0200 Received: from azuregos.cs.local (unknown [192.168.102.9]) by corscience.de (Postfix) with ESMTP id C7EF551FC0; Mon, 18 Apr 2011 16:13:02 +0200 (CEST) From: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= To: u-boot@lists.denx.de Date: Mon, 18 Apr 2011 16:12:45 +0200 Message-Id: <1303135967-19746-14-git-send-email-biessmann@corscience.de> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1297266050-14449-1-git-send-email-biessmann@corscience.de> References: <1297266050-14449-1-git-send-email-biessmann@corscience.de> MIME-Version: 1.0 X-Provags-ID: V02:K0:anQ89xcH40OYhgHCHOvsXI3L/7v00c424NE9kk3MqT7 38Z0Gk5mfD1S4dVrfKwbXXUZdPQFtVNSjhWdcnzX2gmDWpK/rV emTsPToJrzd3YLdjzwMHl3fqX6CiBlXihtaG5CVuCFx6dSsBrr aCx3fXbPcLhnrrk1uUBtlmdIB6ZQCEiXg2XJG5NHm/w7Pmo4hf TKmPWbScpcMTjanIUvKsw== Cc: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= Subject: [U-Boot] [PATCH V2 13/15] favr-32-ezkit: move CONFIG_SYS_TEXT_BASE to header 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 Signed-off-by: Andreas Bießmann --- No changes since V1 board/earthlcd/favr-32-ezkit/config.mk | 1 - include/configs/favr-32-ezkit.h | 1 + 2 files changed, 1 insertions(+), 1 deletions(-) delete mode 100644 board/earthlcd/favr-32-ezkit/config.mk diff --git a/board/earthlcd/favr-32-ezkit/config.mk b/board/earthlcd/favr-32-ezkit/config.mk deleted file mode 100644 index 34b709a..0000000 --- a/board/earthlcd/favr-32-ezkit/config.mk +++ /dev/null @@ -1 +0,0 @@ -CONFIG_SYS_TEXT_BASE = 0x00000000 diff --git a/include/configs/favr-32-ezkit.h b/include/configs/favr-32-ezkit.h index f364dad..4c30b39 100644 --- a/include/configs/favr-32-ezkit.h +++ b/include/configs/favr-32-ezkit.h @@ -170,6 +170,7 @@ #define CONFIG_SYS_MAX_FLASH_SECT 135 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE +#define CONFIG_SYS_TEXT_BASE 0x00000000 #define CONFIG_SYS_INTRAM_BASE INTERNAL_SRAM_BASE #define CONFIG_SYS_INTRAM_SIZE INTERNAL_SRAM_SIZE