rename CFG_ macros to CONFIG_SYS
[platform/kernel/u-boot.git] / cpu / mcf547x_8x / cpu.c
index ab4ad28..f9a3544 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;