]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/net/smc91111.c
rename CFG_ macros to CONFIG_SYS
[karo-tx-uboot.git] / drivers / net / smc91111.c
index e8b235b4ab8f0636c5a160b80cf147dd0f2a8b21..82abb0201500ed3a90f84067ce3a487d75ce8174 100644 (file)
@@ -383,7 +383,7 @@ static void smc_write_phy_register(byte phyreg, word phydata);
 
 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 (BSR_REG);