From f7fa2f3740083bbdf9f57b0e0495eb07899db5e8 Mon Sep 17 00:00:00 2001 From: Bo Shen Date: Thu, 5 Jul 2012 17:21:46 +0000 Subject: arm : Atmel : add at91sam9x5ek board support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 [move MAINTAINERS entry to right place] Signed-off-by: Andreas Bießmann --- arch/arm/include/asm/arch-at91/at91sam9_matrix.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/include/asm/arch-at91/at91sam9_matrix.h') 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 #elif defined(CONFIG_AT91SAM9G45) || defined(CONFIG_AT91SAM9M10G45) #include +#elif defined(CONFIG_AT91SAM9X5) +#include #else #error "Unsupported AT91SAM9/CAP9 processor" #endif -- cgit v1.1