]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/mcf547x_8x/cpu.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / cpu / mcf547x_8x / cpu.c
index ab4ad2889c08f0ce780156d605d50315a86ae4b2..f9a3544dd6d82e6f549dc5a7021d1351d486ffc9 100644 (file)
@@ -133,7 +133,7 @@ int watchdog_init(void)
        volatile gptmr_t *gptmr = (gptmr_t *) (MMAP_GPTMR);
 
        gptmr->pre = CONFIG_WATCHDOG_TIMEOUT;
-       gptmr->cnt = CFG_TIMER_PRESCALER * 1000;
+       gptmr->cnt = CONFIG_SYS_TIMER_PRESCALER * 1000;
 
        gptmr->mode = GPT_TMS_SGPIO;
        gptmr->ctrl = GPT_CTRL_CE | GPT_CTRL_WDEN;