TQM85xx: fix typo introduce by commit ffbb5cb9
[oweals/u-boot.git] / cpu / arm720t / interrupts.c
index 475607d95a29896342fee3fe2f8a860c916dc73c..9854016d43ef900d1c85945ad63337312f86dd5e 100644 (file)
@@ -182,7 +182,7 @@ int interrupt_init (void)
        PUT32(T0IR, 0);         /* disable all timer0 interrupts */
        PUT32(T0TCR, 0);        /* disable timer0 */
        PUT32(T0PR, CFG_SYS_CLK_FREQ / CFG_HZ);
-       PUT32(T0MCR, 0);
+       PUT32(T0MCR, 0);
        PUT32(T0TC, 0);
        PUT32(T0TCR, 1);        /* enable timer0 */