diff options
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/timex.h')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/timex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-mxc/include/mach/timex.h b/arch/arm/plat-mxc/include/mach/timex.h index 46ebeabf8bce..9ab45aac263a 100644 --- a/arch/arm/plat-mxc/include/mach/timex.h +++ b/arch/arm/plat-mxc/include/mach/timex.h @@ -1,6 +1,6 @@ /* * Copyright (C) 1999 ARM Limited - * Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved. + * Copyright (C) 2004-2010 Freescale Semiconductor, Inc. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -28,7 +28,7 @@ #define CLOCK_TICK_RATE 16625000 #elif defined CONFIG_ARCH_MX37 #define CLOCK_TICK_RATE 8000000 -#elif defined CONFIG_ARCH_MX51 +#elif defined CONFIG_ARCH_MX5 #define CLOCK_TICK_RATE 8000000 #endif |