diff options
author | Wu, Josh <Josh.wu@atmel.com> | 2014-05-20 17:44:43 +0800 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2014-05-27 00:10:51 +0200 |
commit | 168a48f39f6e3437f15d379530f89e204a6a81a7 (patch) | |
tree | 1c7ccba1332212710fb7f5dcd9285aeff3c857bd /arch/arm/include/asm | |
parent | 2ff22cf4a810af34db989f62cd66d5e0864804b5 (diff) | |
download | u-boot-imx-168a48f39f6e3437f15d379530f89e204a6a81a7.zip u-boot-imx-168a48f39f6e3437f15d379530f89e204a6a81a7.tar.gz u-boot-imx-168a48f39f6e3437f15d379530f89e204a6a81a7.tar.bz2 |
ARM: at91sam9x5: define the AT91FAMILY and ARM926EJS in SoC header
Signed-off-by: Josh Wu <josh.wu@atmel.com>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r-- | arch/arm/include/asm/arch-at91/at91sam9x5.h | 3 |
1 files changed, 3 insertions, 0 deletions
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. */ |