summaryrefslogtreecommitdiff
path: root/arch/riscv/cpu/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/cpu/u-boot.lds')
-rw-r--r--arch/riscv/cpu/u-boot.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/riscv/cpu/u-boot.lds b/arch/riscv/cpu/u-boot.lds
index c00d17c736..1c937aebee 100644
--- a/arch/riscv/cpu/u-boot.lds
+++ b/arch/riscv/cpu/u-boot.lds
@@ -44,8 +44,8 @@ SECTIONS
. = ALIGN(4);
- .u_boot_list : {
- KEEP(*(SORT(.u_boot_list*)));
+ __u_boot_list : {
+ KEEP(*(SORT(__u_boot_list*)));
}
. = ALIGN(4);