forked from auracaster/openocd
MIPS: change bulk_write_memory fallback msg to LOG_DEBUG
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
This commit is contained in:
@@ -1004,7 +1004,7 @@ int mips_m4k_bulk_write_memory(struct target *target, uint32_t address, uint32_t
|
|||||||
if (retval != ERROR_OK)
|
if (retval != ERROR_OK)
|
||||||
{
|
{
|
||||||
/* FASTDATA access failed, try normal memory write */
|
/* FASTDATA access failed, try normal memory write */
|
||||||
LOG_WARNING("Fastdata access Failed, falling back to non-bulk write");
|
LOG_DEBUG("Fastdata access Failed, falling back to non-bulk write");
|
||||||
retval = mips_m4k_write_memory(target, address, 4, count, buffer);
|
retval = mips_m4k_write_memory(target, address, 4, count, buffer);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user