cfg: ftdi icdi enable srst open drain config
[fw/openocd] / src / jtag / core.c
index 55abe7593cf8169d47a8c70e09289775cfb451a8..5d5803a3604a4c2350d72f5dfc19c82195801cf1 100644 (file)
@@ -962,10 +962,10 @@ static bool jtag_idcode_is_final(uint32_t idcode)
 {
        /*
         * Some devices, such as AVR8, will output all 1's instead
-        * of TDI input value at end of chain.  Allow those values
+        * of TDI input value at end of chain. Allow those values
         * instead of failing.
         */
-       return idcode == END_OF_CHAIN_FLAG || idcode == 0xFFFFFFFF;
+       return idcode == END_OF_CHAIN_FLAG;
 }
 
 /**