]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/rarp.c
TI DaVinci DM646x: Adding initial support for DM6467 EVM
[karo-tx-uboot.git] / 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') {
                        /*