summaryrefslogtreecommitdiffstats
path: root/arch/sh/cpu/sh2
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2011-03-07 16:36:21 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2011-03-16 10:16:34 +0900
commitb52da2aed8c2c388661f369052a97d5b5c9ed00a (patch)
tree8a6156175bec07481ff90c90ca8643c820aa2433 /arch/sh/cpu/sh2
parent40c477082f9c31fa7922fb734859ca9fcca63646 (diff)
downloadtalos-obmc-uboot-b52da2aed8c2c388661f369052a97d5b5c9ed00a.tar.gz
talos-obmc-uboot-b52da2aed8c2c388661f369052a97d5b5c9ed00a.zip
sh: Add KEEP order to start.o section
The start.o section is changed by --gc-section option of ld. Of this using KEEP order, therefore, evade this problem. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/sh/cpu/sh2')
-rw-r--r--arch/sh/cpu/sh2/u-boot.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/cpu/sh2/u-boot.lds b/arch/sh/cpu/sh2/u-boot.lds
index e4e8b60696..7c0a18d62c 100644
--- a/arch/sh/cpu/sh2/u-boot.lds
+++ b/arch/sh/cpu/sh2/u-boot.lds
@@ -38,7 +38,7 @@ SECTIONS
.text :
{
- arch/sh/cpu/sh2/start.o (.text)
+ KEEP(arch/sh/cpu/sh2/start.o (.text))
. = ALIGN(8192);
common/env_embedded.o (.ppcenv)
. = ALIGN(8192);
OpenPOWER on IntegriCloud