summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/arm926ejs/at91/Makefile
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/cpu/arm926ejs/at91/Makefile
parent963333e92c30c3321b80ec7953ca7fa64a707a02 (diff)
downloadblackbird-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/cpu/arm926ejs/at91/Makefile')
-rw-r--r--arch/arm/cpu/arm926ejs/at91/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/arm926ejs/at91/Makefile b/arch/arm/cpu/arm926ejs/at91/Makefile
index f333753c71..346e58faee 100644
--- a/arch/arm/cpu/arm926ejs/at91/Makefile
+++ b/arch/arm/cpu/arm926ejs/at91/Makefile
@@ -35,6 +35,7 @@ COBJS-$(CONFIG_AT91SAM9263) += at91sam9263_devices.o
COBJS-$(CONFIG_AT91SAM9RL) += at91sam9rl_devices.o
COBJS-$(CONFIG_AT91SAM9M10G45) += at91sam9m10g45_devices.o
COBJS-$(CONFIG_AT91SAM9G45) += at91sam9m10g45_devices.o
+COBJS-$(CONFIG_AT91SAM9X5) += at91sam9x5_devices.o
COBJS-$(CONFIG_AT91_EFLASH) += eflash.o
COBJS-$(CONFIG_AT91_LED) += led.o
COBJS-y += clock.o
OpenPOWER on IntegriCloud