From: Bo Shen <voice.shen@atmel.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 1/3] ARM: at91sam9x5: define the AT91FAMILY and ARM926EJS in SoC header
Date: Tue, 20 May 2014 18:18:29 +0800 [thread overview]
Message-ID: <537B2BF5.7080108@atmel.com> (raw)
In-Reply-To: <1400579085-15472-2-git-send-email-josh.wu@atmel.com>
Hi Josh,
On 05/20/2014 05:44 PM, Josh Wu wrote:
> Signed-off-by: Josh Wu <josh.wu@atmel.com>
For the whole patch set.
Acked-by: Bo Shen <voice.shen@atmel.com>
> ---
> v1 -> v2:
> 1. split the patch alone.
> 2. add missed ARM926EJS macro.
>
> arch/arm/include/asm/arch-at91/at91sam9x5.h | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/arch/arm/include/asm/arch-at91/at91sam9x5.h b/arch/arm/include/asm/arch-at91/at91sam9x5.h
> index a471038..d49c184 100644
> --- a/arch/arm/include/asm/arch-at91/at91sam9x5.h
> +++ b/arch/arm/include/asm/arch-at91/at91sam9x5.h
> @@ -12,6 +12,9 @@
> #ifndef __AT91SAM9X5_H__
> #define __AT91SAM9X5_H__
>
> +#define CONFIG_ARM926EJS /* ARM926EJS Core */
> +#define CONFIG_AT91FAMILY /* it's a member of AT91 family */
> +
> /*
> * Peripheral identifiers/interrupts.
> */
>
Best Regards,
Bo Shen
next prev parent reply other threads:[~2014-05-20 10:18 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-20 9:44 [U-Boot] [PATCH v2 0/3] ARM: at91: add missed the AT91FAMILY and ARM926EJS in SoC header Josh Wu
2014-05-20 9:44 ` [U-Boot] [PATCH v2 1/3] ARM: at91sam9x5: define " Josh Wu
2014-05-20 10:18 ` Bo Shen [this message]
2014-05-26 22:13 ` [U-Boot] [U-Boot, v2, " Andreas Bießmann
2014-05-20 9:44 ` [U-Boot] [PATCH v2 2/3] at91: remove redundant AT91FAMILY definition in board config file Josh Wu
2014-05-26 22:13 ` [U-Boot] [U-Boot, v2, " Andreas Bießmann
2014-05-20 9:44 ` [U-Boot] [PATCH v2 3/3] ARM: at91: remove redundant ARM926EJS definition in board config files Josh Wu
2014-05-26 22:13 ` [U-Boot] [U-Boot, v2, " Andreas Bießmann
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=537B2BF5.7080108@atmel.com \
--to=voice.shen@atmel.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.