From: Wu, Josh Date: Tue, 20 May 2014 09:44:43 +0000 (+0800) Subject: ARM: at91sam9x5: define the AT91FAMILY and ARM926EJS in SoC header X-Git-Tag: v2014.07-rc3~4^2~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=168a48f39f6e3437f15d379530f89e204a6a81a7;p=oweals%2Fu-boot.git ARM: at91sam9x5: define the AT91FAMILY and ARM926EJS in SoC header Signed-off-by: Josh Wu Signed-off-by: Andreas Bießmann --- diff --git a/arch/arm/include/asm/arch-at91/at91sam9x5.h b/arch/arm/include/asm/arch-at91/at91sam9x5.h index a47103851e..d49c18480d 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. */