diff options
author | Tom Rini <trini@konsulko.com> | 2017-05-18 17:17:45 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-18 17:17:45 -0400 |
commit | a375ff8e14bea0a5cbfff99d6456aa8d9a3320ab (patch) | |
tree | 566c9bc63d01ce843b1ea8f5e6aea8792b7e8384 /arch/arm/imx-common/timer.c | |
parent | 753a4dde970c2bc9022321f1093e544e3a150f6e (diff) | |
parent | 5c84ad097d829bb1e6460438f33e1536b23b3c9b (diff) |
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Diffstat (limited to 'arch/arm/imx-common/timer.c')
-rw-r--r-- | arch/arm/imx-common/timer.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/imx-common/timer.c b/arch/arm/imx-common/timer.c index ee6eff2b28..9b011147d6 100644 --- a/arch/arm/imx-common/timer.c +++ b/arch/arm/imx-common/timer.c @@ -105,9 +105,6 @@ int timer_init(void) #endif __raw_writel(i, &cur_gpt->control); - gd->arch.tbl = __raw_readl(&cur_gpt->counter); - gd->arch.tbu = 0; - return 0; } |