summaryrefslogtreecommitdiffstats
path: root/board/ipe337
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-10-01 10:23:49 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2007-10-01 10:23:49 +0200
commit86397e0c7e58b157db292c1b9b692603ff901212 (patch)
tree77c35931048696c6840159d679923e42c553b6a2 /board/ipe337
parent3bded8c37051d1a61044ce7e95a4732582d20576 (diff)
downloadbarebox-86397e0c7e58b157db292c1b9b692603ff901212.tar.gz
barebox-86397e0c7e58b157db292c1b9b692603ff901212.tar.xz
update linker scripts:
- add _stext and _etext symbols - add symtabd section
Diffstat (limited to 'board/ipe337')
-rw-r--r--board/ipe337/u-boot.lds.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/ipe337/u-boot.lds.S b/board/ipe337/u-boot.lds.S
index ab9da10e18..92e82943ef 100644
--- a/board/ipe337/u-boot.lds.S
+++ b/board/ipe337/u-boot.lds.S
@@ -75,6 +75,10 @@ SECTIONS
.u_boot_initcalls : { INITCALLS }
___u_boot_initcalls_end = .;
+ __u_boot_symtab_start = .;
+ .u_boot_symtab : { U_BOOT_SYMS }
+ __u_boot_symtab_end = .;
+
. = ALIGN(4);
__bss_start = .;
.bss : { *(.bss) }