summaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-at91/hardware.h
diff options
context:
space:
mode:
authorJustin Waters <justin.waters@timesys.com>2008-12-15 13:07:43 -0500
committerJustin Waters <justin.waters@timesys.com>2008-12-15 16:38:23 -0500
commit8ded81556408766f92da361feaa28ff7f92d9116 (patch)
tree2a3712ca7f0a8b4d5f045a0c3b6c271de6fca42c /include/asm-arm/arch-at91/hardware.h
parent6fd5ef701a5295f208b86c4775ec2f645c48108e (diff)
Add support for AT91SAM9G20-EK Board2008.10-at91-200812151807
This adds support for the AT91SAM9G20-EK board in the mainline U-Boot. Signed-off-by: Justin Waters <justin.waters@timesys.com>
Diffstat (limited to 'include/asm-arm/arch-at91/hardware.h')
-rw-r--r--include/asm-arm/arch-at91/hardware.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-at91/hardware.h b/include/asm-arm/arch-at91/hardware.h
index f31241901a..e2ae2f3f24 100644
--- a/include/asm-arm/arch-at91/hardware.h
+++ b/include/asm-arm/arch-at91/hardware.h
@@ -18,7 +18,7 @@
#if defined(CONFIG_AT91RM9200)
#include <asm/arch/at91rm9200.h>
-#elif defined(CONFIG_AT91SAM9260)
+#elif defined(CONFIG_AT91SAM9260) || defined(CONFIG_AT91SAM9G20EK)
#include <asm/arch/at91sam9260.h>
#define AT91_BASE_EMAC AT91SAM9260_BASE_EMAC
#define AT91_BASE_SPI AT91SAM9260_BASE_SPI0