]> git.sur5r.net Git - openocd/blobdiff - src/flash/nor/kinetis.c
flash: Fix flash write algorithm on pflash only devices.
[openocd] / src / flash / nor / kinetis.c
index 79953c0b4ca8034d4f5320c14d7499e3956ea433..46d36bbb97d82d9eeb1db78d6118a29b09e0a64e 100644 (file)
@@ -320,7 +320,6 @@ static int kinetis_write(struct flash_bank *bank, uint8_t *buffer,
                }
        } else {
                LOG_DEBUG("flash write into PFLASH @08%X", offset);
-               fallback = 1;
        }