From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 5/6] ARM: Add SPL target to arm1136
Date: Sun, 14 Oct 2012 11:17:40 +0200 [thread overview]
Message-ID: <20121014111740.67ff868b@lilith> (raw)
In-Reply-To: <1349939506-4109-6-git-send-email-sbabic@denx.de>
Hi Stefano,
On Thu, 11 Oct 2012 09:11:45 +0200, Stefano Babic <sbabic@denx.de>
wrote:
> Signed-off-by: Stefano Babic <sbabic@denx.de>
> ---
>
> Makefile | 1 +
> arch/arm/cpu/arm1136/config.mk | 3 +++
> 2 files changed, 4 insertions(+)
>
> diff --git a/Makefile b/Makefile
> index a40d4cc..072bf66 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -819,6 +819,7 @@ clobber: tidy
> @rm -f $(obj)nand_spl/{u-boot.lds,u-boot-nand_spl.lds,u-boot-spl,u-boot-spl.map,System.map}
> @rm -f $(obj)spl/{u-boot-spl,u-boot-spl.bin,u-boot-spl.lds,u-boot-spl.map}
> @rm -f $(obj)MLO
> + @rm -f $(obj)SPL
> @rm -f $(obj)tools/xway-swap-bytes
> @rm -f $(obj)arch/powerpc/cpu/mpc824x/bedbug_603e.c
> @rm -f $(obj)arch/powerpc/cpu/mpc83xx/ddr-gen?.c
> diff --git a/arch/arm/cpu/arm1136/config.mk b/arch/arm/cpu/arm1136/config.mk
> index efee0d1..9092d91 100644
> --- a/arch/arm/cpu/arm1136/config.mk
> +++ b/arch/arm/cpu/arm1136/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)
> +ifdef CONFIG_SPL_BUILD
> +ALL-y += $(OBJTREE)/SPL
> +endif
Nitpick: this patch also removes SPL build files in the clobber rule,
but the commit message does not say so. Can you just update the comment?
Amicalement,
--
Albert.
next prev parent reply other threads:[~2012-10-14 9:17 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-11 7:11 [U-Boot] [PATCH v2 0/6] Added SPL for MX35 boards Stefano Babic
2012-10-11 7:11 ` [U-Boot] [PATCH v2 1/6] ARM: Fix start.S when used with SPL in arm1136 Stefano Babic
2012-10-26 14:48 ` [U-Boot] [PATCH V3 " Stefano Babic
2012-10-26 16:23 ` Fabio Estevam
2012-10-26 16:44 ` Stefano Babic
2012-10-11 7:11 ` [U-Boot] [PATCH v2 2/6] MX35: add LOW_LEVEL_SRAM_STACK to use SPL_FRAMEWORK Stefano Babic
2012-10-11 7:11 ` [U-Boot] [PATCH v2 3/6] MX35: Add soc_boot_mode and soc_boot_device to MX35 Stefano Babic
2012-10-11 7:11 ` [U-Boot] [PATCH v2 4/6] SPL: Added SPL target for mx35 SOC to SPL Makefile Stefano Babic
2012-10-11 7:11 ` [U-Boot] [PATCH v2 5/6] ARM: Add SPL target to arm1136 Stefano Babic
2012-10-14 9:17 ` Albert ARIBAUD [this message]
2012-10-15 9:43 ` Stefano Babic
2012-10-17 16:04 ` [U-Boot] [PATCH v3 " Stefano Babic
2012-10-11 7:11 ` [U-Boot] [PATCH v2 6/6] MX35: add support for woodburn board Stefano Babic
2012-12-08 9:31 ` Albert ARIBAUD
2012-12-08 11:24 ` Stefano Babic
2012-12-08 13:58 ` Tom Rini
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=20121014111740.67ff868b@lilith \
--to=albert.u.boot@aribaud.net \
--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