summaryrefslogtreecommitdiff
path: root/board/mpc8641hpcn/u-boot.lds
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-06-06 16:21:11 +0200
committerWolfgang Denk <wd@denx.de>2007-06-06 16:21:11 +0200
commit83b75ef3a6d87b540368d6721728332c919e51bb (patch)
tree8034f7be827198f76f3d16b3d010b169cc0d60fd /board/mpc8641hpcn/u-boot.lds
parentd1246a4bb1ae9502ff540291423f1bb02d1e808c (diff)
parentac0e8d08a18881a37aeff72dfa86aa0360542ad2 (diff)
downloadu-boot-imx-83b75ef3a6d87b540368d6721728332c919e51bb.zip
u-boot-imx-83b75ef3a6d87b540368d6721728332c919e51bb.tar.gz
u-boot-imx-83b75ef3a6d87b540368d6721728332c919e51bb.tar.bz2
Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xx
Diffstat (limited to 'board/mpc8641hpcn/u-boot.lds')
-rw-r--r--board/mpc8641hpcn/u-boot.lds22
1 files changed, 4 insertions, 18 deletions
diff --git a/board/mpc8641hpcn/u-boot.lds b/board/mpc8641hpcn/u-boot.lds
index 13c1acf..34b50e4 100644
--- a/board/mpc8641hpcn/u-boot.lds
+++ b/board/mpc8641hpcn/u-boot.lds
@@ -1,7 +1,5 @@
/*
- * (C) Copyright 2004, Freescale, Inc.
- * (C) Copyright 2002,2003, Motorola,Inc.
- * Jeff Brown
+ * Copyright 2006, 2007 Freescale Semiconductor, Inc.
*
* See file CREDITS for list of people who contributed to this
* project.
@@ -23,24 +21,11 @@
*/
OUTPUT_ARCH(powerpc)
-SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/usr/local/powerpc-any-elf/lib);
-/* Do we need any of these for elf?
- __DYNAMIC = 0; */
+
SECTIONS
{
- .resetvec 0xFFF00100 :
- {
- *(.resetvec)
- } = 0xffff
-
- .bootpg 0xFFF70000 :
- {
- cpu/mpc86xx/start.o (.bootpg)
- board/mpc8641hpcn/init.o (.bootpg)
- } = 0xffff
/* Read-only sections, merged into text segment: */
- . = + 1024;
.interp : { *(.interp) }
.hash : { *(.hash) }
.dynsym : { *(.dynsym) }
@@ -66,7 +51,7 @@ SECTIONS
.text :
{
cpu/mpc86xx/start.o (.text)
- board/mpc8641hpcn/init.o (.text)
+ board/mpc8641hpcn/init.o (.bootpg)
cpu/mpc86xx/traps.o (.text)
cpu/mpc86xx/interrupts.o (.text)
cpu/mpc86xx/cpu_init.o (.text)
@@ -88,6 +73,7 @@ SECTIONS
*(.rodata)
*(.rodata1)
*(.rodata.str1.4)
+ *(.eh_frame)
}
.fini : { *(.fini) } =0
.ctors : { *(.ctors) }