X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnor%2Ftcl.c;h=b336cffda765a5e460c0cc15717a482f43f69fd9;hp=0daa531b8f073868e60e4b931edac2b2c32981a2;hb=2caa3455ada686baea01a50d092e4244c461e101;hpb=585fcea14aeaed41a6e7593dcff4e44101364243 diff --git a/src/flash/nor/tcl.c b/src/flash/nor/tcl.c index 0daa531b8f..b336cffda7 100644 --- a/src/flash/nor/tcl.c +++ b/src/flash/nor/tcl.c @@ -1167,7 +1167,7 @@ COMMAND_HANDLER(handle_flash_banks_command) unsigned n = 0; for (struct flash_bank *p = flash_bank_list(); p; p = p->next, n++) { - LOG_USER("#%d : %s (%s) at " TARGET_ADDR_FMT ", size 0x%8.8" PRIx32 ", " + command_print(CMD, "#%d : %s (%s) at " TARGET_ADDR_FMT ", size 0x%8.8" PRIx32 ", " "buswidth %u, chipwidth %u", p->bank_number, p->name, p->driver->name, p->base, p->size, p->bus_width, p->chip_width);