summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorWu, Josh <Josh.wu@atmel.com>2014-05-20 17:44:43 +0800
committerAndreas Bießmann <andreas.devel@googlemail.com>2014-05-27 00:10:51 +0200
commit168a48f39f6e3437f15d379530f89e204a6a81a7 (patch)
tree1c7ccba1332212710fb7f5dcd9285aeff3c857bd /arch
parent2ff22cf4a810af34db989f62cd66d5e0864804b5 (diff)
downloadblackbird-obmc-uboot-168a48f39f6e3437f15d379530f89e204a6a81a7.tar.gz
blackbird-obmc-uboot-168a48f39f6e3437f15d379530f89e204a6a81a7.zip
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')
-rw-r--r--arch/arm/include/asm/arch-at91/at91sam9x5.h3
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 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.
*/
OpenPOWER on IntegriCloud