summaryrefslogtreecommitdiffstats
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.lds9
1 files changed, 3 insertions, 6 deletions
diff --git a/arch/sh/cpu/sh4/u-boot.lds b/arch/sh/cpu/sh4/u-boot.lds
index d9c70bce09..0ecafcf5d9 100644
--- a/arch/sh/cpu/sh4/u-boot.lds
+++ b/arch/sh/cpu/sh4/u-boot.lds
@@ -75,13 +75,10 @@ SECTIONS
}
PROVIDE (_egot = .);
- PROVIDE (__u_boot_cmd_start = .);
- .u_boot_cmd :
- {
- *(.u_boot_cmd)
- . = ALIGN(4);
+
+ .u_boot_list : {
+ #include <u-boot.lst>
}
- PROVIDE (__u_boot_cmd_end = .);
PROVIDE (reloc_dst_end = .);
/* _reloc_dst_end = .; */
OpenPOWER on IntegriCloud