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/pm9261.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/configs/pm9261.h') diff --git a/include/configs/pm9261.h b/include/configs/pm9261.h index 89e17b8..55455e7 100644 --- a/include/configs/pm9261.h +++ b/include/configs/pm9261.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_PM9261 1187 +#define CONFIG_MACH_TYPE MACH_TYPE_PM9261 + /* clocks */ /* CKGR_MOR - enable main osc. */ #define CONFIG_SYS_MOR_VAL \ -- cgit v1.1