summaryrefslogtreecommitdiffstats
path: root/board/ms7722se
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-06-04 12:06:44 +0200
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2009-07-08 11:43:15 +0900
commit236aad875817771eb1f25ed32784b3cd7760b2e6 (patch)
tree534a9e553f081357057f0a3f995bf25d680cb5c4 /board/ms7722se
parentce29817212792113cd2d67a9767049a2e262c406 (diff)
downloadblackbird-obmc-uboot-236aad875817771eb1f25ed32784b3cd7760b2e6.tar.gz
blackbird-obmc-uboot-236aad875817771eb1f25ed32784b3cd7760b2e6.zip
sh: make the linker scripts more generic
currently we need to sync the linker script enty and TEXT_BASE manualy and the reloc_dst is based on it instead provide it now from the ldflags tested on r2dplus Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'board/ms7722se')
-rw-r--r--board/ms7722se/u-boot.lds15
1 files changed, 3 insertions, 12 deletions
diff --git a/board/ms7722se/u-boot.lds b/board/ms7722se/u-boot.lds
index 7b0fb67990..2ae4f20ef9 100644
--- a/board/ms7722se/u-boot.lds
+++ b/board/ms7722se/u-boot.lds
@@ -28,18 +28,9 @@ ENTRY(_start)
SECTIONS
{
/*
- Base address of internal SDRAM is 0x0C000000.
- Although size of SDRAM can be either 16 or 32 MBytes,
- we assume 16 MBytes (ie ignore upper half if the full
- 32 MBytes is present).
-
- NOTE: This address must match with the definition of
- TEXT_BASE in config.mk (in this directory).
-
- */
- . = 0x8C000000 + (64*1024*1024) - (256*1024);
-
- PROVIDE (reloc_dst = .);
+ * entry and reloct_dst will be provided via ldflags
+ */
+ . = .;
PROVIDE (_ftext = .);
PROVIDE (_fcode = .);
OpenPOWER on IntegriCloud