From patchwork Wed Oct 20 21:41:58 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Gra=C5=BEvydas_Ignotas?= X-Patchwork-Id: 71911 X-Patchwork-Delegate: s-paulraj@ti.com Return-Path: X-Original-To: wd@gemini.denx.de Delivered-To: wd@gemini.denx.de Received: from diddl.denx.de (diddl.denx.de [10.0.0.6]) by gemini.denx.de (Postfix) with ESMTP id 46EC3136320 for ; Wed, 20 Oct 2010 23:43:24 +0200 (CEST) Received: from diddl.denx.de (localhost.localdomain [127.0.0.1]) by diddl.denx.de (Postfix) with ESMTP id 3176F348C9D2 for ; Wed, 20 Oct 2010 23:43:24 +0200 (CEST) Received: from pop.mnet-online.de by diddl.denx.de with POP3 (fetchmail-6.3.17) for (single-drop); Wed, 20 Oct 2010 23:43:24 +0200 (CEST) Received: from murder ([192.168.8.180]) by backend2 (Cyrus v2.2.12) with LMTPA; Wed, 20 Oct 2010 23:42:43 +0200 X-Sieve: CMU Sieve 2.2 Received: from mail.m-online.net (localhost [127.0.0.1]) by frontend1.mail.m-online.net (Cyrus v2.2.12) with LMTPA; Wed, 20 Oct 2010 23:42:42 +0200 Received: from scanner-1.m-online.net (scanner-1.mail.m-online.net [192.168.8.165]) by mail.m-online.net (Postfix) with ESMTP id E21A51C0019E; Wed, 20 Oct 2010 23:42:42 +0200 (CEST) Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by mxin-1.m-online.net (Postfix) with ESMTP id BD18446C0B1; Wed, 20 Oct 2010 23:42:40 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 236A02821A; Wed, 20 Oct 2010 23:42:35 +0200 (CEST) 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 HE0Z6L0qzabj; Wed, 20 Oct 2010 23:42:34 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 89F01281DB; Wed, 20 Oct 2010 23:42:22 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 18F6C281CD for ; Wed, 20 Oct 2010 23:42:16 +0200 (CEST) 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 8S4V45hFIZDi for ; Wed, 20 Oct 2010 23:42:14 +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 mail-ey0-f172.google.com (mail-ey0-f172.google.com [209.85.215.172]) by theia.denx.de (Postfix) with ESMTP id 23351281C9 for ; Wed, 20 Oct 2010 23:42:11 +0200 (CEST) Received: by eyf6 with SMTP id 6so1052417eyf.3 for ; Wed, 20 Oct 2010 14:42:10 -0700 (PDT) Received: by 10.14.119.7 with SMTP id m7mr5437183eeh.43.1287610930455; Wed, 20 Oct 2010 14:42:10 -0700 (PDT) Received: from localhost.localdomain (ip-88-119-226-136.static.b4net.lt [88.119.226.136]) by mx.google.com with ESMTPS id q51sm819871eeh.22.2010.10.20.14.42.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 20 Oct 2010 14:42:09 -0700 (PDT) From: Grazvydas Ignotas To: u-boot@lists.denx.de Date: Thu, 21 Oct 2010 00:41:58 +0300 Message-Id: <1287610920-23932-2-git-send-email-notasas@gmail.com> X-Mailer: git-send-email 1.6.3.3 In-Reply-To: <1287610920-23932-1-git-send-email-notasas@gmail.com> References: <1287610920-23932-1-git-send-email-notasas@gmail.com> Subject: [U-Boot] [PATCH 1/3] ARMV7: OMAP3: pandora: implement relocation 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: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de X-Virus-Scanned: by amavisd-new at m-online.net Fixes the build breakage introduced by the recent relocation changes for ARMV7. Signed-off-by: Grazvydas Ignotas --- board/pandora/config.mk | 2 +- include/configs/omap3_pandora.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/board/pandora/config.mk b/board/pandora/config.mk index 0fab80c..4e6d074 100644 --- a/board/pandora/config.mk +++ b/board/pandora/config.mk @@ -30,4 +30,4 @@ # (mem base + reserved) # For use with external or internal boots. -CONFIG_SYS_TEXT_BASE = 0x80e80000 +CONFIG_SYS_TEXT_BASE = 0x80008000 diff --git a/include/configs/omap3_pandora.h b/include/configs/omap3_pandora.h index 3308ace..1b6f5ba 100644 --- a/include/configs/omap3_pandora.h +++ b/include/configs/omap3_pandora.h @@ -244,6 +244,9 @@ /* SDRAM Bank Allocation method */ #define SDRC_R_B_C 1 +#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 +#define CONFIG_SYS_INIT_SP_ADDR (LOW_LEVEL_SRAM_STACK - CONFIG_SYS_GBL_DATA_SIZE) + /*----------------------------------------------------------------------- * FLASH and environment organization */