summaryrefslogtreecommitdiffstats
path: root/board/ipe337/u-boot.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'board/ipe337/u-boot.lds.S')
-rw-r--r--board/ipe337/u-boot.lds.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/ipe337/u-boot.lds.S b/board/ipe337/u-boot.lds.S
index ea212f17e2..09240edbe3 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 : { U_BOOT_SYMS }
- ___u_boot_symtab_end = .;
+ ___usymtab_start = .;
+ __usymtab : { U_BOOT_SYMS }
+ ___usymtab_end = .;
. = ALIGN(4);
__bss_start = .;