[Pdbg] [PATCH] main: sbe_istep takes pib target

Amitay Isaacs amitay at ozlabs.org
Thu Oct 17 14:49:49 AEDT 2019


Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
---
 src/istep.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/istep.c b/src/istep.c
index 08a6215..7a3c8f3 100644
--- a/src/istep.c
+++ b/src/istep.c
@@ -34,7 +34,7 @@ static int istep(uint32_t major, uint32_t minor)
 		return 0;
 	}
 
-	for_each_path_target_class("sbefifo", target) {
+	for_each_path_target_class("pib", target) {
 		int rc;
 
 		if (pdbg_target_status(target) != PDBG_TARGET_ENABLED)
-- 
2.21.0



More information about the Pdbg mailing list