public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Marek Vasut <marek.vasut@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [IXP42x PATCH series v5 06/17] support CONFIG_SYS_LDSCRIPT on ARM
Date: Mon, 23 May 2011 02:42:24 +0200	[thread overview]
Message-ID: <201105230242.25001.marek.vasut@gmail.com> (raw)
In-Reply-To: <1306101613-18200-7-git-send-email-michael@schwingen.org>

On Monday, May 23, 2011 12:00:02 AM Michael Schwingen wrote:
> Signed-off-by: Michael Schwingen <michael@schwingen.org>
> ---

Honestly, I don't really understand this one ... Wolfgang, is this one OK to 
merge ?

> Changes for V3:
>  - new in V3, replaces config.mk files in earlier patches
> Changes for V4:
>  - add changelog
> Changes for V5:
> 
>  arch/arm/config.mk |    7 +++++++
>  1 files changed, 7 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/config.mk b/arch/arm/config.mk
> index ec1b420..788d4c1 100644
> --- a/arch/arm/config.mk
> +++ b/arch/arm/config.mk
> @@ -62,6 +62,13 @@ PLATFORM_LIBS += $(OBJTREE)/arch/arm/lib/eabi_compat.o
>  endif
>  endif
> 
> +ifdef CONFIG_SYS_LDSCRIPT
> +# need to strip off double quotes
> +LDSCRIPT := $(subst ",,$(CONFIG_SYS_LDSCRIPT))
> +else
> +LDSCRIPT := $(SRCTREE)/$(CPUDIR)/u-boot.lds
> +endif
> +
>  # needed for relocation
>  ifndef CONFIG_NAND_SPL
>  LDFLAGS_u-boot += -pie

  reply	other threads:[~2011-05-23  0:42 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-22 21:59 [U-Boot] [IXP42x PATCH series v5 00/17] Overview Michael Schwingen
2011-05-22 21:59 ` [U-Boot] [IXP42x PATCH series v5 01/17] add XScale sub architecture (IXP/PXA) to maintainer list Michael Schwingen
2011-05-22 21:59 ` [U-Boot] [IXP42x PATCH series v5 02/17] add support for IXP42x Rev. B1 and newer Michael Schwingen
2011-05-22 21:59 ` [U-Boot] [IXP42x PATCH series v5 03/17] trigger hardware watchdog in IXP42x serial driver Michael Schwingen
2011-05-22 22:00 ` [U-Boot] [IXP42x PATCH series v5 04/17] Fix IXP code to work after relocation was added Michael Schwingen
2011-05-22 22:00 ` [U-Boot] [IXP42x PATCH series v5 05/17] fix "depend" target in npe directory Michael Schwingen
2011-05-22 22:00 ` [U-Boot] [IXP42x PATCH series v5 06/17] support CONFIG_SYS_LDSCRIPT on ARM Michael Schwingen
2011-05-23  0:42   ` Marek Vasut [this message]
2011-05-23  6:42     ` Michael Schwingen
2011-05-22 22:00 ` [U-Boot] [IXP42x PATCH series v5 07/17] use -ffunction-sections / --gc-sections on IXP42x Michael Schwingen
2011-05-22 22:00 ` [U-Boot] [IXP42x PATCH series v5 08/17] update/fix AcTux1 board Michael Schwingen
2011-05-22 22:00 ` [U-Boot] [IXP42x PATCH series v5 09/17] update/fix AcTux2 board Michael Schwingen
2011-05-22 22:00 ` [U-Boot] [IXP42x PATCH series v5 10/17] update/fix AcTux3 board Michael Schwingen
2011-05-22 22:00 ` [U-Boot] [IXP42x PATCH series v5 11/17] update/fix AcTux4 board Michael Schwingen
2011-05-22 22:00 ` [U-Boot] [IXP42x PATCH series v5 12/17] IXP NPE: add support for fixed-speed MII ports Michael Schwingen
2011-05-22 22:00 ` [U-Boot] [IXP42x PATCH series v5 13/17] add dvlhost (dLAN 200 AV Wireless G) board Michael Schwingen
2011-05-22 22:00 ` [U-Boot] [IXP42x PATCH series v5 14/17] update/fix IXDP425 / IXDPG425 boards Michael Schwingen
2011-05-22 22:00 ` [U-Boot] [IXP42x PATCH series v5 15/17] update/fix PDNB3 board Michael Schwingen
2011-05-22 22:00 ` [U-Boot] [IXP42x PATCH series v5 16/17] IXP42x PCI rewrite Michael Schwingen
2011-05-22 22:00 ` [U-Boot] [IXP42x PATCH series v5 17/17] run arm_pci_init after relocation Michael Schwingen
2011-05-31 18:02 ` [U-Boot] [IXP42x PATCH series v5 00/17] Overview Albert ARIBAUD
2011-05-31 18:51   ` Marek Vasut
2011-05-31 20:21     ` Albert ARIBAUD

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=201105230242.25001.marek.vasut@gmail.com \
    --to=marek.vasut@gmail.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