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