[U-Boot] [PATCH] sh: add support the CONFIG_SYS_LDSCRIPT

Nobuhiro Iwamatsu iwamatsu at nigauri.org
Wed Feb 2 08:22:02 CET 2011


Applied, thanks.

On Thu, Jan 27, 2011 at 10:06:14AM +0900, Yoshihiro Shimoda wrote:
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh at renesas.com>
> ---
>  arch/sh/config.mk |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/sh/config.mk b/arch/sh/config.mk
> index 415c949..b408a44 100644
> --- a/arch/sh/config.mk
> +++ b/arch/sh/config.mk
> @@ -31,4 +31,8 @@ endif
>  PLATFORM_CPPFLAGS += -DCONFIG_SH -D__SH__
>  PLATFORM_LDFLAGS += -e $(CONFIG_SYS_TEXT_BASE) --defsym reloc_dst=$(CONFIG_SYS_TEXT_BASE)
> 
> +ifdef CONFIG_SYS_LDSCRIPT
> +LDSCRIPT := $(subst ",,$(CONFIG_SYS_LDSCRIPT))
> +else
>  LDSCRIPT := $(SRCTREE)/$(CPUDIR)/u-boot.lds
> +endif
> -- 
> 1.7.1


More information about the U-Boot mailing list