summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-at91/at91sam9_matrix.h
diff options
context:
space:
mode:
authorBo Shen <voice.shen@atmel.com>2012-07-05 17:21:46 (GMT)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-09-01 12:58:14 (GMT)
commitf7fa2f3740083bbdf9f57b0e0495eb07899db5e8 (patch)
tree549c9794154e0fda6a6618491ce4e74d4b235c06 /arch/arm/include/asm/arch-at91/at91sam9_matrix.h
parent963333e92c30c3321b80ec7953ca7fa64a707a02 (diff)
downloadu-boot-f7fa2f3740083bbdf9f57b0e0495eb07899db5e8.tar.xz
arm : Atmel : add at91sam9x5ek board support
Add at91sam9x5ek board support, this board support the following SoCs AT91SAM9G15, AT91SAM9G25, AT91SAM9G35, AT91SAM9X25, AT91SAM9X35 Using at91sam9x5ek_nandflash to configure for the board Now only supports NAND with software ECC boot up Signed-off-by: Bo Shen <voice.shen@atmel.com> [move MAINTAINERS entry to right place] Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'arch/arm/include/asm/arch-at91/at91sam9_matrix.h')
-rw-r--r--arch/arm/include/asm/arch-at91/at91sam9_matrix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-at91/at91sam9_matrix.h b/arch/arm/include/asm/arch-at91/at91sam9_matrix.h
index 6d97189..b9a93b0 100644
--- a/arch/arm/include/asm/arch-at91/at91sam9_matrix.h
+++ b/arch/arm/include/asm/arch-at91/at91sam9_matrix.h
@@ -23,6 +23,8 @@
#include <asm/arch/at91cap9_matrix.h>
#elif defined(CONFIG_AT91SAM9G45) || defined(CONFIG_AT91SAM9M10G45)
#include <asm/arch/at91sam9g45_matrix.h>
+#elif defined(CONFIG_AT91SAM9X5)
+#include <asm/arch/at91sam9x5_matrix.h>
#else
#error "Unsupported AT91SAM9/CAP9 processor"
#endif