]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/arm720t/serial_netarm.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / cpu / arm720t / serial_netarm.c
index a593cbc32f0db872c7590085e99753c555e206c9..1a1b2dbd4f736c611e30df05e2743db0a95f23f1 100644 (file)
@@ -46,7 +46,7 @@ DECLARE_GLOBAL_DATA_PTR;
 /* wait until transmitter is ready for another character */
 #define TXWAITRDY(registers)                                                   \
 {                                                                              \
-       ulong tmo = get_timer(0) + 1 * CFG_HZ;                                  \
+       ulong tmo = get_timer(0) + 1 * CONFIG_SYS_HZ;                                   \
        while (((registers)->status_a & NETARM_SER_STATA_TX_RDY) == 0 ) {       \
                if (get_timer(0) > tmo)                                         \
                        break;                                                  \