summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-at91/hardware.h
diff options
context:
space:
mode:
authorBo Shen <voice.shen@atmel.com>2012-07-05 17:21:46 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-09-01 14:58:14 +0200
commitf7fa2f3740083bbdf9f57b0e0495eb07899db5e8 (patch)
tree549c9794154e0fda6a6618491ce4e74d4b235c06 /arch/arm/include/asm/arch-at91/hardware.h
parent963333e92c30c3321b80ec7953ca7fa64a707a02 (diff)
downloadtalos-obmc-uboot-f7fa2f3740083bbdf9f57b0e0495eb07899db5e8.tar.gz
talos-obmc-uboot-f7fa2f3740083bbdf9f57b0e0495eb07899db5e8.zip
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/hardware.h')
-rw-r--r--arch/arm/include/asm/arch-at91/hardware.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-at91/hardware.h b/arch/arm/include/asm/arch-at91/hardware.h
index 85c2889e5c..4c4ee703a6 100644
--- a/arch/arm/include/asm/arch-at91/hardware.h
+++ b/arch/arm/include/asm/arch-at91/hardware.h
@@ -37,6 +37,8 @@
# include <asm/arch/at91sam9rl.h>
#elif defined(CONFIG_AT91SAM9G45) || defined(CONFIG_AT91SAM9M10G45)
# include <asm/arch/at91sam9g45.h>
+#elif defined(CONFIG_AT91SAM9X5)
+# include <asm/arch/at91sam9x5.h>
#elif defined(CONFIG_AT91CAP9)
# include <asm/arch/at91cap9.h>
#elif defined(CONFIG_AT91X40)
OpenPOWER on IntegriCloud