diff options
author | Asen Dimov <dimov@ronetix.at> | 2011-10-31 08:54:20 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-11-08 20:34:53 +0100 |
commit | a3e09cc28c0abb48f76f9375bf4d1c6e0cae82fe (patch) | |
tree | bcc899774b17adc10ea921bc95a48772fcdf56f4 /include/configs/pm9g45.h | |
parent | b79df8f8f8f373b6b6aadfd11ffded4f698a760e (diff) | |
download | u-boot-imx-a3e09cc28c0abb48f76f9375bf4d1c6e0cae82fe.zip u-boot-imx-a3e09cc28c0abb48f76f9375bf4d1c6e0cae82fe.tar.gz u-boot-imx-a3e09cc28c0abb48f76f9375bf4d1c6e0cae82fe.tar.bz2 |
ARM: define CONFIG_MACH_TYPE for all ronetix boards
Signed-off-by: Asen Chavdarov Dimov <dimov@ronetix.at>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Diffstat (limited to 'include/configs/pm9g45.h')
-rw-r--r-- | include/configs/pm9g45.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/pm9g45.h b/include/configs/pm9g45.h index acc1204..d3beaf3 100644 --- a/include/configs/pm9g45.h +++ b/include/configs/pm9g45.h @@ -41,6 +41,9 @@ #define CONFIG_PM9G45 1 /* It's an Ronetix PM9G45 */ #define CONFIG_SYS_AT91_CPU_NAME "AT91SAM9G45" +#define MACH_TYPE_PM9G45 2672 +#define CONFIG_MACH_TYPE MACH_TYPE_PM9G45 + /* ARM asynchronous clock */ #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */ #define CONFIG_SYS_AT91_SLOW_CLOCK 32768 /* slow clock xtal */ |