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:
Marc Schink
2025-06-20 10:53:09 +02:00
committed by Antonio Borneo
parent 4d56d580ce
commit d008a02a74

View File

@@ -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);