summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
Diffstat (limited to 'board')
-rw-r--r--board/ipe337/u-boot.lds.S6
-rw-r--r--board/phycore_mpc5200b_tiny/u-boot.lds.S6
-rw-r--r--board/scb9328/u-boot.lds.S6
3 files changed, 9 insertions, 9 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 = .;
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) }
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 = .;