mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-01 10:15:19 +02:00
Moved message in ingenic_load_sdram to loglevel LEVEL_DEBUG to not distract progressbar.
This commit is contained in:
parent
0c9dd55ec7
commit
2efaff5c6d
@ -408,8 +408,8 @@ int ingenic_load_sdram(void *hndl, void *data, uint32_t base, uint32_t size) {
|
||||
while(size) {
|
||||
int block = size > STAGE2_IOBUF ? STAGE2_IOBUF : size;
|
||||
|
||||
printf("Loading %d bytes from %p to 0x%08X\n", block, data, base);
|
||||
|
||||
debug(LEVEL_DEBUG, "Loading %d bytes from %p to 0x%08X\n", block, data, base);
|
||||
|
||||
if(usbdev_sendbulk(handle->usb, data, block) == -1)
|
||||
return -1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user