Module: xenomai-head
Branch: master
Commit: ca76f03964e6ba06e8974268d05e24e52679a13d
URL:    
http://git.xenomai.org/?p=xenomai-head.git;a=commit;h=ca76f03964e6ba06e8974268d05e24e52679a13d

Author: Gilles Chanteperdrix <gilles.chanteperd...@xenomai.org>
Date:   Thu May 12 00:07:16 2011 +0200

arm: allow compilation with OMAP4

---

 include/asm-arm/hal.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/asm-arm/hal.h b/include/asm-arm/hal.h
index 112d9be..4d782f4 100644
--- a/include/asm-arm/hal.h
+++ b/include/asm-arm/hal.h
@@ -58,7 +58,7 @@
 #elif defined(CONFIG_ARCH_MXC)
 #define RTHAL_TIMER_DEVICE     "mxc_timer1"
 #define RTHAL_CLOCK_DEVICE     "mxc_timer1"
-#elif defined(CONFIG_ARCH_OMAP2) || defined(CONFIG_ARCH_OMAP3)
+#elif defined(CONFIG_ARCH_OMAP2) || defined(CONFIG_ARCH_OMAP3) || 
defined(CONFIG_ARCH_OMAP4)
 #define RTHAL_TIMER_DEVICE     "gp timer"
 #define RTHAL_CLOCK_DEVICE     "gp timer"
 #elif defined(CONFIG_ARCH_PXA)


_______________________________________________
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git

Reply via email to