target/armv7a: Hide multiprocessing support message
Print a debug message about missing multiprocessing support rather than an error message. Change-Id: Ia1581f7284747d8a92096d6f5515f891c8069f71 Signed-off-by: Marc Schink <dev@zapb.de> Reviewed-on: https://review.openocd.org/c/openocd/+/8965 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
committed by
Antonio Borneo
parent
4d56d580ce
commit
d008a02a74
@@ -263,7 +263,7 @@ static int armv7a_read_mpidr(struct target *target)
|
||||
armv7a->multi_threading_processor == 1 ? "SMT" : "no SMT");
|
||||
|
||||
} else
|
||||
LOG_ERROR("MPIDR not in multiprocessor format");
|
||||
LOG_DEBUG("MPIDR not in multiprocessor format");
|
||||
|
||||
done:
|
||||
dpm->finish(dpm);
|
||||
|
||||
Reference in New Issue
Block a user