All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dirk Behme <dirk.behme@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] ARM: add u-boot.imx as target for i.MX SOCs
Date: Fri, 06 Apr 2012 08:12:42 +0200	[thread overview]
Message-ID: <4F7E895A.4090709@googlemail.com> (raw)
In-Reply-To: <4F7BE233.1000608@de.bosch.com>

On 04.04.2012 07:54, Dirk Behme wrote:
> On 03.04.2012 16:32, Stefano Babic wrote:
>> Freescale SOCs require an header to u-boot.bin
>>
>> The patch adds u-boot.imx to the default targets
>> if the imx file is set (IMX_CONFIG).
>>
>> Signed-off-by: Stefano Babic <sbabic@denx.de>
>> Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
>> CC: Lo?c Minier <loic.minier@linaro.org>
>> CC: Mike Frysinger <vapier@gentoo.org>
>> ---
>> arch/arm/cpu/armv7/config.mk | 3 +++
>> 1 files changed, 3 insertions(+), 0 deletions(-)
>>
>> diff --git a/arch/arm/cpu/armv7/config.mk
>> b/arch/arm/cpu/armv7/config.mk
>> index 83ddf10..f532d62 100644
>> --- a/arch/arm/cpu/armv7/config.mk
>> +++ b/arch/arm/cpu/armv7/config.mk
>> @@ -31,3 +31,6 @@ PLATFORM_CPPFLAGS += -march=armv5
>> #
>> =========================================================================
>>
>> PF_RELFLAGS_SLB_AT := $(call cc-option,-mshort-load-bytes,$(call
>> cc-option,-malignment-traps,))
>> PLATFORM_RELFLAGS += $(PF_RELFLAGS_SLB_AT)
>> +ifneq ($(CONFIG_IMX_CONFIG),)
>> +ALL-y += $(obj)u-boot.imx
>> +endif
>
> Not tested yet, but I like the idea:
>
> Acked-by: Dirk Behme <dirk.behme@de.bosch.com>

Tested-by: Dirk Behme <dirk.behme@googlemail.com>

Dirk

      parent reply	other threads:[~2012-04-06  6:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-03 14:32 [U-Boot] [PATCH] ARM: add u-boot.imx as target for i.MX SOCs Stefano Babic
2012-04-03 19:29 ` Mike Frysinger
2012-04-04  5:54 ` Dirk Behme
2012-04-04  7:57   ` Stefano Babic
2012-04-06  6:12   ` Dirk Behme [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=4F7E895A.4090709@googlemail.com \
    --to=dirk.behme@googlemail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.