summaryrefslogtreecommitdiffstats
path: root/board/phycore_mpc5200b_tiny/u-boot.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'board/phycore_mpc5200b_tiny/u-boot.lds.S')
-rw-r--r--board/phycore_mpc5200b_tiny/u-boot.lds.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/phycore_mpc5200b_tiny/u-boot.lds.S b/board/phycore_mpc5200b_tiny/u-boot.lds.S
index 8bc0904dfe..1d7ce706d2 100644
--- a/board/phycore_mpc5200b_tiny/u-boot.lds.S
+++ b/board/phycore_mpc5200b_tiny/u-boot.lds.S
@@ -107,9 +107,9 @@ SECTIONS
__u_boot_initcalls_end = .;
__initcall_entries = (__u_boot_initcalls_end - __u_boot_initcalls_start) >> 2;
- __u_boot_symtab_start = .;
- .u_boot_symtab : { U_BOOT_SYMS }
- __u_boot_symtab_end = .;
+ __usymtab_start = .;
+ __usymtab : { U_BOOT_SYMS }
+ __usymtab_end = .;
__early_init_data_begin = .;
.early_init_data : { *(.early_init_data) }