summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
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 = .;