From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Shen Date: Tue, 20 May 2014 18:18:29 +0800 Subject: [U-Boot] [PATCH v2 1/3] ARM: at91sam9x5: define the AT91FAMILY and ARM926EJS in SoC header In-Reply-To: <1400579085-15472-2-git-send-email-josh.wu@atmel.com> References: <1400579085-15472-1-git-send-email-josh.wu@atmel.com> <1400579085-15472-2-git-send-email-josh.wu@atmel.com> Message-ID: <537B2BF5.7080108@atmel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Josh, On 05/20/2014 05:44 PM, Josh Wu wrote: > Signed-off-by: Josh Wu For the whole patch set. Acked-by: Bo Shen > --- > 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