]> git.sur5r.net Git - u-boot/blobdiff - net/rarp.c
USB Consolidate descriptor definitions
[u-boot] / net / rarp.c
index 71056962629f710dcb15db6040aaac09d0ca91c7..d37981bfc809dc01829379ee6e5bab10cd648aa5 100644 (file)
@@ -48,9 +48,7 @@ static void
 RarpHandler(uchar * dummi0, unsigned dummi1, unsigned dummi2, unsigned dummi3)
 {
        char *s;
-#ifdef DEBUG
-       puts ("Got good RARP\n");
-#endif
+       debug("Got good RARP\n");
        if ((s = getenv("autoload")) != NULL) {
                if (*s == 'n') {
                        /*