summaryrefslogtreecommitdiff
path: root/sh_config.mk
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-06-04 12:06:45 +0200
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2009-07-08 11:43:15 +0900
commit3931a375de2c381d9ff5ec2767b2da9f62a41aef (patch)
treeae99a9db1abf5ce45295b517d9e800235945044b /sh_config.mk
parent236aad875817771eb1f25ed32784b3cd7760b2e6 (diff)
sh: unify linker script
all sh boards use the same cpu linker script so move it to cpu/$(CPU) that could be overwrite in following order SOC BOARD via the corresponding config.mk tested on r2dplus Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'sh_config.mk')
-rw-r--r--sh_config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/sh_config.mk b/sh_config.mk
index c19db53f2..407e076d1 100644
--- a/sh_config.mk
+++ b/sh_config.mk
@@ -23,3 +23,5 @@
PLATFORM_CPPFLAGS += -DCONFIG_SH -D__SH__
PLATFORM_LDFLAGS += -e $(TEXT_BASE) --defsym reloc_dst=$(TEXT_BASE)
+
+LDSCRIPT := $(SRCTREE)/cpu/$(CPU)/u-boot.lds