optimize: replace while loop by memcpy
commitafe95871c59f05d532529af84e1ee80e3845e923
authorMathias K <kesmtp@freenet.de>
Tue, 10 Jan 2012 22:21:30 +0000 (10 23:21 +0100)
committerSpencer Oliver <spen@spen-soft.co.uk>
Thu, 12 Jan 2012 20:41:51 +0000 (12 20:41 +0000)
treeec7715282d3c5fb5f261a2b4993a8b58332788dc
parent5f83378a9ca788e8a27e298b9e2b8969c944988b
optimize: replace while loop by memcpy

There is no need to use a while loop here. This patch simple copy
the last bytes with the system function.

Change-Id: Ibda72dca449746efeba5a1af2e45c5990f9cf347
Signed-off-by: Mathias K <kesmtp@freenet.de>
Reviewed-on: http://openocd.zylin.com/364
Tested-by: jenkins
Reviewed-by: Øyvind Harboe <oyvindharboe@gmail.com>
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
src/flash/nor/stellaris.c
src/flash/nor/stm32lx.c
src/flash/nor/str7x.c
src/flash/nor/str9x.c
src/flash/nor/str9xpec.c