diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-06-04 12:06:45 +0200 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2009-07-08 11:43:15 +0900 |
commit | 3931a375de2c381d9ff5ec2767b2da9f62a41aef (patch) | |
tree | ae99a9db1abf5ce45295b517d9e800235945044b /sh_config.mk | |
parent | 236aad875817771eb1f25ed32784b3cd7760b2e6 (diff) | |
download | u-boot-imx-3931a375de2c381d9ff5ec2767b2da9f62a41aef.zip u-boot-imx-3931a375de2c381d9ff5ec2767b2da9f62a41aef.tar.gz u-boot-imx-3931a375de2c381d9ff5ec2767b2da9f62a41aef.tar.bz2 |
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.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sh_config.mk b/sh_config.mk index c19db53..407e076 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 |