]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/net/lan91c96.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / drivers / net / lan91c96.c
index c23a4000a2860cfa596fd864c11da8ff4b22c4b6..318bdf4a15c066b1ae49d12f1ec17e4df0eafecb 100644 (file)
@@ -267,7 +267,7 @@ static void smc_shutdown (void);
 
 static int poll4int (byte mask, int timeout)
 {
-       int tmo = get_timer (0) + timeout * CFG_HZ;
+       int tmo = get_timer (0) + timeout * CONFIG_SYS_HZ;
        int is_timeout = 0;
        word old_bank = SMC_inw (LAN91C96_BANK_SELECT);