public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Scott McNutt <smcnutt@psyent.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] nios2: allow link script overriding from boards
Date: Thu, 22 Apr 2010 19:54:33 -0400	[thread overview]
Message-ID: <4BD0E1B9.5070501@psyent.com> (raw)
In-Reply-To: <1271497152-11841-1-git-send-email-thomas@wytron.com.tw>

Applied. Thanks.
--Scott

Thomas Chou wrote:
> This patch allow boards to override the default link script.
> 
> Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
> ---
>  arch/nios2/config.mk |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/nios2/config.mk b/arch/nios2/config.mk
> index f455982..8e5d6ef 100644
> --- a/arch/nios2/config.mk
> +++ b/arch/nios2/config.mk
> @@ -29,4 +29,4 @@ STANDALONE_LOAD_ADDR = 0x02000000 -L $(gcclibdir)
>  PLATFORM_CPPFLAGS += -DCONFIG_NIOS2 -D__NIOS2__
>  PLATFORM_CPPFLAGS += -ffixed-r15 -G0
>  
> -LDSCRIPT := $(SRCTREE)/$(CPUDIR)/u-boot.lds
> +LDSCRIPT ?= $(SRCTREE)/$(CPUDIR)/u-boot.lds

      reply	other threads:[~2010-04-22 23:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-17  9:39 [U-Boot] [PATCH] nios2: allow link script overriding from boards Thomas Chou
2010-04-22 23:54 ` Scott McNutt [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4BD0E1B9.5070501@psyent.com \
    --to=smcnutt@psyent.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox