This is an automated email from Gerrit.

"zapb <d...@zapb.de>" just uploaded a new patch set to Gerrit, which you can 
find at https://review.openocd.org/c/openocd/+/8965

-- gerrit

commit 22bb335b17502e60b619d6568b428371025cbbb6
Author: Marc Schink <d...@zapb.de>
Date:   Fri Jun 20 10:53:09 2025 +0200

    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 <d...@zapb.de>

diff --git a/src/target/armv7a.c b/src/target/armv7a.c
index 4d353dec65..651241b772 100644
--- a/src/target/armv7a.c
+++ b/src/target/armv7a.c
@@ -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);

-- 

Reply via email to