flash: Fix flash write algorithm on pflash only devices.
authorMathias K <kesmtp@freenet.de>
Fri, 9 Mar 2012 08:41:45 +0000 (09:41 +0100)
committerSpencer Oliver <spen@spen-soft.co.uk>
Wed, 14 Mar 2012 20:33:23 +0000 (20:33 +0000)
This patch fix the slow flash write issue on pflash only devices.
The Family Reference Manual says:

For devices with FlexNVM: FlexRAM
For devices with program flash only: Programming acceleration RAM

So the acceleration RAM is available for the flash section command on
this device.

Change-Id: If6541a23a4457c5ed8858848a145f35cac63138b
Signed-off-by: Mathias K <kesmtp@freenet.de>
Reviewed-on: http://openocd.zylin.com/509
Tested-by: jenkins
Reviewed-by: Tomas Frydrych <tf+openocd@r-finger.com>
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
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;
        }