summaryrefslogtreecommitdiff
path: root/cpu/mcf5227x/cpu_init.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-08-26 21:29:32 +0200
committerWolfgang Denk <wd@denx.de>2009-08-26 21:29:32 +0200
commitd7f4d14a8b317857163ccf3d97e3b1a46ba2282e (patch)
tree601686ad1cff67995bdb93d4d9876bc9cc10ea97 /cpu/mcf5227x/cpu_init.c
parent3a7b2c21fb08b022e3e624cd071002b4aaed1606 (diff)
parentf6a309080b2da9e509b5ee8d091dca5e175415b7 (diff)
downloadu-boot-imx-d7f4d14a8b317857163ccf3d97e3b1a46ba2282e.zip
u-boot-imx-d7f4d14a8b317857163ccf3d97e3b1a46ba2282e.tar.gz
u-boot-imx-d7f4d14a8b317857163ccf3d97e3b1a46ba2282e.tar.bz2
Merge branch 'next' of git://www.denx.de/git/u-boot-coldfire into next
Diffstat (limited to 'cpu/mcf5227x/cpu_init.c')
-rw-r--r--cpu/mcf5227x/cpu_init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/mcf5227x/cpu_init.c b/cpu/mcf5227x/cpu_init.c
index d8bcf37..e160ee1 100644
--- a/cpu/mcf5227x/cpu_init.c
+++ b/cpu/mcf5227x/cpu_init.c
@@ -117,7 +117,6 @@ int cpu_init_r(void)
#ifdef CONFIG_MCFRTC
volatile rtc_t *rtc = (volatile rtc_t *)(CONFIG_SYS_MCFRTC_BASE);
volatile rtcex_t *rtcex = (volatile rtcex_t *)&rtc->extended;
- u32 oscillator = CONFIG_SYS_RTC_OSCILLATOR;
rtcex->gocu = (CONFIG_SYS_RTC_OSCILLATOR >> 16) & 0xFFFF;
rtcex->gocl = CONFIG_SYS_RTC_OSCILLATOR & 0xFFFF;