summaryrefslogtreecommitdiffstats
path: root/board/scb9328
diff options
context:
space:
mode:
Diffstat (limited to 'board/scb9328')
-rw-r--r--board/scb9328/u-boot.lds.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/scb9328/u-boot.lds.S b/board/scb9328/u-boot.lds.S
index 92349b84eb..e1f6dd3f90 100644
--- a/board/scb9328/u-boot.lds.S
+++ b/board/scb9328/u-boot.lds.S
@@ -60,9 +60,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 = .;