diff --git a/xbboot/host-app/host_main.c b/xbboot/host-app/host_main.c index ca14c44..fa190a7 100644 --- a/xbboot/host-app/host_main.c +++ b/xbboot/host-app/host_main.c @@ -87,6 +87,7 @@ int main(int argc, char** argv) xburst_h = open_xburst_device(); if (xburst_h) { + printf("\nInfo - found XBurst boot device.\n"); if (send_request(xburst_h, "set_addr", STAGE1_ADDRESS)) { close_xburst_device(xburst_h); continue; @@ -227,7 +228,6 @@ struct usb_dev_handle* open_xburst_device() goto xout_xburst_h; } - printf("\nInfo - found XBurst CPU: JZ%x device\n", xburst_dev->descriptor.idProduct); return xburst_h; xout_xburst_h: