diff options
author | Sedji Gaouaou <sedji.gaouaou@atmel.com> | 2009-06-25 17:04:15 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-07-12 17:56:11 +0200 |
commit | 5ccc2d99d61c81805348b0cd9f79731b271f7daf (patch) | |
tree | dfde19180c8d8af8ec146358ef76698e5b0e1534 /cpu/arm926ejs/at91/Makefile | |
parent | 22ee647380c42f44528f99b7c1b423725e542102 (diff) | |
download | u-boot-imx-5ccc2d99d61c81805348b0cd9f79731b271f7daf.zip u-boot-imx-5ccc2d99d61c81805348b0cd9f79731b271f7daf.tar.gz u-boot-imx-5ccc2d99d61c81805348b0cd9f79731b271f7daf.tar.bz2 |
at91: Introduction of at91sam9g10 SOC.
AT91sam9g10 is an ARM 926ej-s SOC. It is an evolution of the at91sam9261 with a
faster clock speed: 266/133MHz.
Signed-off-by: Sedji Gaouaou <sedji.gaouaou@atmel.com>
Diffstat (limited to 'cpu/arm926ejs/at91/Makefile')
-rw-r--r-- | cpu/arm926ejs/at91/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/arm926ejs/at91/Makefile b/cpu/arm926ejs/at91/Makefile index 69051c1..4f467be 100644 --- a/cpu/arm926ejs/at91/Makefile +++ b/cpu/arm926ejs/at91/Makefile @@ -29,6 +29,7 @@ COBJS-$(CONFIG_AT91CAP9) += at91cap9_devices.o COBJS-$(CONFIG_AT91SAM9260) += at91sam9260_devices.o COBJS-$(CONFIG_AT91SAM9G20) += at91sam9260_devices.o COBJS-$(CONFIG_AT91SAM9261) += at91sam9261_devices.o +COBJS-$(CONFIG_AT91SAM9G10) += at91sam9261_devices.o COBJS-$(CONFIG_AT91SAM9263) += at91sam9263_devices.o COBJS-$(CONFIG_AT91SAM9RL) += at91sam9rl_devices.o COBJS-$(CONFIG_AT91SAM9M10G45) += at91sam9m10g45_devices.o |