diff options
author | Wolfgang Denk <wd@denx.de> | 2008-07-13 14:44:04 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-07-13 14:44:04 +0200 |
commit | 0740ac26f4e590bf5b4e7b9a9886208dc2dacb32 (patch) | |
tree | 5d18fcb91d491f602c17c550af70a9a092b883f8 /cpu/mcf5445x/cpu_init.c | |
parent | af577da58642b81eb94067e3d9e9dc6998cd620d (diff) | |
parent | 47bf9c71ae838305a3ea3161af8d14e6f3fc2c82 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-coldfire
Diffstat (limited to 'cpu/mcf5445x/cpu_init.c')
-rw-r--r-- | cpu/mcf5445x/cpu_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mcf5445x/cpu_init.c b/cpu/mcf5445x/cpu_init.c index 585216d6e6..e07748bd80 100644 --- a/cpu/mcf5445x/cpu_init.c +++ b/cpu/mcf5445x/cpu_init.c @@ -110,7 +110,7 @@ void cpu_init_f(void) */ int cpu_init_r(void) { -#ifdef CONFIG_MCFTMR +#ifdef CONFIG_MCFRTC volatile rtc_t *rtc = (volatile rtc_t *)(CFG_MCFRTC_BASE); volatile rtcex_t *rtcex = (volatile rtcex_t *)&rtc->extended; |