summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/u-boot-spl.lds
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/u-boot-spl.lds')
-rw-r--r--arch/arm/mach-omap2/u-boot-spl.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/u-boot-spl.lds b/arch/arm/mach-omap2/u-boot-spl.lds
index 88d81f9b98..1d6e5d45b4 100644
--- a/arch/arm/mach-omap2/u-boot-spl.lds
+++ b/arch/arm/mach-omap2/u-boot-spl.lds
@@ -33,8 +33,8 @@ SECTIONS
.data : { *(SORT_BY_ALIGNMENT(.data*)) } >.sram
. = ALIGN(4);
- .u_boot_list : {
- KEEP(*(SORT(.u_boot_list*)));
+ __u_boot_list : {
+ KEEP(*(SORT(__u_boot_list*)));
} >.sram
. = ALIGN(4);