]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/arm720t/serial.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / cpu / arm720t / serial.c
index 1b0e147e1691f79e6b13d62a80fe2083bac27b70..54a9b3137bd2c8ef2160e7fb1d479966116970bc 100644 (file)
@@ -85,7 +85,7 @@ void serial_putc (const char c)
        if (c == '\n')
                serial_putc ('\r');
 
-       tmo = get_timer (0) + 1 * CFG_HZ;
+       tmo = get_timer (0) + 1 * CONFIG_SYS_HZ;
        while (IO_SYSFLG1 & SYSFLG1_UTXFF)
                if (get_timer (0) > tmo)
                        break;