summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-10-04 13:06:23 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-10-04 13:06:23 +0200
commit2804d6bdc89339fd04b8344fe6d17612475f4ee1 (patch)
tree4d5ab2aeba6223018751f84573c9cf86a811d1a7 /board
parent42bc5792159916cfdb2ae96e720145f9e9c4048c (diff)
downloadbarebox-2804d6bdc89339fd04b8344fe6d17612475f4ee1.tar.gz
barebox-2804d6bdc89339fd04b8344fe6d17612475f4ee1.tar.xz
board/ipe337/u-boot.lds.S: add missing _
Diffstat (limited to 'board')
-rw-r--r--board/ipe337/u-boot.lds.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/ipe337/u-boot.lds.S b/board/ipe337/u-boot.lds.S
index 92e82943ef..ea212f17e2 100644
--- a/board/ipe337/u-boot.lds.S
+++ b/board/ipe337/u-boot.lds.S
@@ -75,9 +75,9 @@ SECTIONS
.u_boot_initcalls : { INITCALLS }
___u_boot_initcalls_end = .;
- __u_boot_symtab_start = .;
+ ___u_boot_symtab_start = .;
.u_boot_symtab : { U_BOOT_SYMS }
- __u_boot_symtab_end = .;
+ ___u_boot_symtab_end = .;
. = ALIGN(4);
__bss_start = .;