This is an automated email from Gerrit. Mathias Küster (kes...@freenet.de) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/509
-- gerrit commit f0a95f790f29fb92c910390970ef700d27d3f4f9 Author: Mathias K <kes...@freenet.de> Date: Fri Mar 9 09:41:45 2012 +0100 flash: Fix flash write algorithm on pflash only devices. 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 <kes...@freenet.de> diff --git a/src/flash/nor/kinetis.c b/src/flash/nor/kinetis.c index 79953c0..46d36bb 100644 --- a/src/flash/nor/kinetis.c +++ b/src/flash/nor/kinetis.c @@ -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; } -- ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel