]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
karo: fdt: make "Failed to find node" message in karo_fdt_fixup_usb_otg() a debug...
authorLothar Waßmann <LW@KARO-electronics.de>
Mon, 22 Jul 2013 10:32:55 +0000 (12:32 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 22 Jul 2013 10:32:55 +0000 (12:32 +0200)
board/karo/common/fdt.c

index b4c77e92611c9bea931629220282035aaad8844f..cff74ada56ade663ed7b2050f79fe4fdc50bce61 100644 (file)
@@ -174,7 +174,7 @@ void karo_fdt_fixup_usb_otg(void *blob, const char *node, const char *phy)
 
        off = fdt_path_offset(blob, node);
        if (off < 0) {
-               printf("Failed to find node %s\n", node);
+               debug("Failed to find node %s\n", node);
                return;
        }