From: Grazvydas Ignotas <notasas@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/3] ARMV7: OMAP3: pandora: implement relocation
Date: Thu, 21 Oct 2010 00:41:58 +0300 [thread overview]
Message-ID: <1287610920-23932-2-git-send-email-notasas@gmail.com> (raw)
In-Reply-To: <1287610920-23932-1-git-send-email-notasas@gmail.com>
Fixes the build breakage introduced by the recent relocation
changes for ARMV7.
Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
---
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
*/
--
1.6.3.3
next prev parent reply other threads:[~2010-10-20 21:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-20 21:41 [U-Boot] [PATCH 0/3] Pandora config updates Grazvydas Ignotas
2010-10-20 21:41 ` Grazvydas Ignotas [this message]
2010-10-20 21:41 ` [U-Boot] [PATCH 2/3] ARMV7: OMAP3: pandora: remove unused config macros Grazvydas Ignotas
2010-10-20 21:42 ` [U-Boot] [PATCH 3/3] ARMV7: OMAP3: pandora: update config for production Grazvydas Ignotas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1287610920-23932-2-git-send-email-notasas@gmail.com \
--to=notasas@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.