diff options
author | Wolfgang Denk <wd@denx.de> | 2008-01-23 14:23:13 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-01-23 14:23:13 +0100 |
commit | e57ed96baca1222e6cd3d7032691a89d5890bb4a (patch) | |
tree | ce82b7473894c8336d786a5779c893e58085f989 /cpu/mcf5445x/cpu_init.c | |
parent | 2468592d79891fea4f39d0a414c7316f3af03f4c (diff) | |
parent | 57a127201eb3d8cc19170a008e0bd7af608bd72f (diff) | |
download | u-boot-imx-e57ed96baca1222e6cd3d7032691a89d5890bb4a.zip u-boot-imx-e57ed96baca1222e6cd3d7032691a89d5890bb4a.tar.gz u-boot-imx-e57ed96baca1222e6cd3d7032691a89d5890bb4a.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot-coldfire
Diffstat (limited to 'cpu/mcf5445x/cpu_init.c')
-rw-r--r-- | cpu/mcf5445x/cpu_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/mcf5445x/cpu_init.c b/cpu/mcf5445x/cpu_init.c index 6622eee..585216d 100644 --- a/cpu/mcf5445x/cpu_init.c +++ b/cpu/mcf5445x/cpu_init.c @@ -113,7 +113,6 @@ int cpu_init_r(void) #ifdef CONFIG_MCFTMR volatile rtc_t *rtc = (volatile rtc_t *)(CFG_MCFRTC_BASE); volatile rtcex_t *rtcex = (volatile rtcex_t *)&rtc->extended; - u32 oscillator = CFG_RTC_OSCILLATOR; rtcex->gocu = (CFG_RTC_OSCILLATOR >> 16) & 0xFFFF; rtcex->gocl = CFG_RTC_OSCILLATOR & 0xFFFF; |