X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fmips_ejtag.c;h=7d6435356374be7cdb42d41980dc74d93700ebe8;hp=c03d1adb7335eef4fc63cbcb1e9e33cc4e5d782f;hb=dc575dc5bf8cb597a0e9a47794744ae6b1928087;hpb=3813fda44adcea486b7308423a699f63d79273ee diff --git a/src/target/mips_ejtag.c b/src/target/mips_ejtag.c index c03d1adb73..7d64353563 100644 --- a/src/target/mips_ejtag.c +++ b/src/target/mips_ejtag.c @@ -292,7 +292,7 @@ int mips_ejtag_init(mips_ejtag_t *ejtag_info) ejtag_info->impcode & (1 << 16) ? " MIPS16": "", ejtag_info->impcode & (1 << 14) ? " noDMA": " DMA", ejtag_info->impcode & (1 << 0) ? " MIPS64": " MIPS32" - ); +); if ((ejtag_info->impcode & (1 << 14)) == 0) LOG_DEBUG("EJTAG: DMA Access Mode Support Enabled");