Module: xenomai-2.5 Branch: master Commit: 65cede2c06cd04673c72253e72611a36f6e2be80 URL: http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=65cede2c06cd04673c72253e72611a36f6e2be80
Author: Gilles Chanteperdrix <[email protected]> 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 [email protected] https://mail.gna.org/listinfo/xenomai-git
