aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/aice/aice_interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jtag/aice/aice_interface.c')
-rw-r--r--src/jtag/aice/aice_interface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jtag/aice/aice_interface.c b/src/jtag/aice/aice_interface.c
index aede83a9..838b54fa 100644
--- a/src/jtag/aice/aice_interface.c
+++ b/src/jtag/aice/aice_interface.c
@@ -98,7 +98,7 @@ int aice_init_targets(void)
if (found == 0) {
LOG_ERROR
- ("aice_init_targets: target not found: idcode: %x ",
+ ("aice_init_targets: target not found: idcode: %" PRIx32,
target->tap->idcode);
return ERROR_FAIL;
}
@@ -152,7 +152,7 @@ static int aice_execute_reset(struct jtag_command *cmd)
static int last_trst;
int retval = ERROR_OK;
- DEBUG_JTAG_IO("reset trst: %i", cmd->cmd.reset->trst);
+ DEBUG_JTAG_IO("reset trst: %d", cmd->cmd.reset->trst);
if (cmd->cmd.reset->trst != last_trst) {
if (cmd->cmd.reset->trst)