]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/net/ne2000_base.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / drivers / net / ne2000_base.c
index 4a0770814d2122a2f2684c05bbec1578ce447bf5..f93f93227786c8d520543035ff6692ad067431b0 100644 (file)
@@ -740,7 +740,7 @@ int eth_send(volatile void *packet, int length) {
        pkey = -1;
 
        dp83902a_send((u8 *) packet, length, 666);
-       tmo = get_timer (0) + TOUT * CFG_HZ;
+       tmo = get_timer (0) + TOUT * CONFIG_SYS_HZ;
        while(1) {
                dp83902a_poll();
                if (pkey != -1) {