9
0
Fork 0

board/ipe337/u-boot.lds.S: add missing _

This commit is contained in:
Sascha Hauer 2007-10-04 13:06:23 +02:00
parent 42bc579215
commit 2804d6bdc8
1 changed files with 2 additions and 2 deletions

View File

@ -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 = .;