This is an automated email from Gerrit. Christopher Kilgour ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/740
-- gerrit commit 07b343dd9ac53c8da02f7b63f743ec2bd88b39ed Author: Christopher Kilgour <[email protected]> Date: Sat Jul 7 17:02:43 2012 -0700 kinetis: ensure flash writes are not truncated Further heckpatch conformance. Change-Id: If28d2634e55f0fbf2212b71600b85cebfaec02d7 Signed-off-by: Christopher Kilgour <[email protected]> diff --git a/src/flash/nor/kinetis.c b/src/flash/nor/kinetis.c index c5a0493..8b1cf38 100644 --- a/src/flash/nor/kinetis.c +++ b/src/flash/nor/kinetis.c @@ -356,7 +356,7 @@ static int kinetis_write(struct flash_bank *bank, uint8_t *buffer, wc = kinfo->sector_size / 4; - /* + /* * If remaining bytes are less than the full * sector, determine the number of full-words * to program -- ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
