summaryrefslogtreecommitdiff
path: root/arch/sh/cpu/sh3/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/cpu/sh3/u-boot.lds')
-rw-r--r--arch/sh/cpu/sh3/u-boot.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/cpu/sh3/u-boot.lds b/arch/sh/cpu/sh3/u-boot.lds
index c8319610c2..654c52cda7 100644
--- a/arch/sh/cpu/sh3/u-boot.lds
+++ b/arch/sh/cpu/sh3/u-boot.lds
@@ -80,7 +80,7 @@ SECTIONS
.u_boot_list : {
- #include <u-boot.lst>
+ KEEP(*(SORT(.u_boot_list*)));
}
PROVIDE (reloc_dst_end = .);
@@ -95,5 +95,5 @@ SECTIONS
}
PROVIDE (bss_end = .);
- PROVIDE (__bss_end__ = .);
+ PROVIDE (__bss_end = .);
}