]> git.sur5r.net Git - u-boot/blobdiff - cmd/fastboot.c
fit: Verify all configuration signatures
[u-boot] / cmd / fastboot.c
index 557257aef8437bcb79d60824a62574645740b931..e6ae0570d5b2f29bc4f8125c78603cac7f6fa126 100644 (file)
@@ -48,7 +48,7 @@ static int do_fastboot_usb(int argc, char *const argv[],
 
        ret = board_usb_init(controller_index, USB_INIT_DEVICE);
        if (ret) {
-               pr_err("USB init failed: %d", ret);
+               pr_err("USB init failed: %d\n", ret);
                return CMD_RET_FAILURE;
        }