]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
fix typo 'tscir' -> 'tsicr'
authorLothar Waßmann <LW@KARO-electronics.de>
Thu, 16 May 2013 13:26:46 +0000 (15:26 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 16 May 2013 13:26:46 +0000 (15:26 +0200)
arch/arm/cpu/armv7/omap-common/timer.c
arch/arm/include/asm/arch-am33xx/cpu.h

index 2292ea0eafe4882adb8f2969cc7f6db60cfad4bd..d719b43595ae8b4439d50eac3c72690a3b6ad18a 100644 (file)
@@ -85,7 +85,7 @@ int timer_init(void)
 {
 #if !defined(CONFIG_SPL) || defined(CONFIG_SPL_BUILD)
        /* Reset the Timer */
-       writel(0x2, &timer_base->tscir);
+       writel(0x2, &timer_base->tsicr);
 
        /* Wait until the reset is done */
        while (readl(&timer_base->tiocp_cfg) & 1)
index f10cffb292d8a906db6be2f07a93cf1df0882982..5897d0b58aacb6c8f9a1e0d6c46009ed2d4a7d5a 100644 (file)
@@ -275,7 +275,7 @@ struct gptimer {
        unsigned int twpc;              /* offset 0x48 */
        unsigned int tmar;              /* offset 0x4c */
        unsigned int tcar1;             /* offset 0x50 */
-       unsigned int tscir;             /* offset 0x54 */
+       unsigned int tsicr;             /* offset 0x54 */
        unsigned int tcar2;             /* offset 0x58 */
 };