diff options
author | Bo Shen <voice.shen@atmel.com> | 2012-07-05 17:21:46 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-09-01 14:58:14 +0200 |
commit | f7fa2f3740083bbdf9f57b0e0495eb07899db5e8 (patch) | |
tree | 549c9794154e0fda6a6618491ce4e74d4b235c06 /arch/arm/include/asm/arch-at91/at91sam9_matrix.h | |
parent | 963333e92c30c3321b80ec7953ca7fa64a707a02 (diff) | |
download | blackbird-obmc-uboot-f7fa2f3740083bbdf9f57b0e0495eb07899db5e8.tar.gz blackbird-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/at91sam9_matrix.h')
-rw-r--r-- | arch/arm/include/asm/arch-at91/at91sam9_matrix.h | 2 |
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 6d97189d27..b9a93b0c8f 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 |