From a3e09cc28c0abb48f76f9375bf4d1c6e0cae82fe Mon Sep 17 00:00:00 2001 From: Asen Dimov Date: Mon, 31 Oct 2011 08:54:20 +0000 Subject: ARM: define CONFIG_MACH_TYPE for all ronetix boards Signed-off-by: Asen Chavdarov Dimov Acked-by: Igor Grinberg --- include/configs/pm9263.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/configs/pm9263.h') diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h index 1f7543c..43104a3 100644 --- a/include/configs/pm9263.h +++ b/include/configs/pm9263.h @@ -52,6 +52,9 @@ #undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */ #define CONFIG_SYS_TEXT_BASE 0 +#define MACH_TYPE_PM9263 1475 +#define CONFIG_MACH_TYPE MACH_TYPE_PM9263 + /* clocks */ #define CONFIG_SYS_MOR_VAL \ (AT91_PMC_MOR_MOSCEN | \ -- cgit v1.1