lpc288x: Can now use target_write_buffer()
commit3c65677ba6f1e946a8294a2bcf89990aa8dccc59
authorAndreas Fritiofson <andreas.fritiofson@gmail.com>
Fri, 4 Oct 2013 22:24:28 +0000 (5 00:24 +0200)
committerSpencer Oliver <spen@spen-soft.co.uk>
Tue, 15 Oct 2013 20:41:31 +0000 (15 20:41 +0000)
tree9a2c30e0f4db0832173663c68e24d1943bad2a5c
parent6ef28babe3bbf965185b78fea2aa9ecf0a563cf5
lpc288x: Can now use target_write_buffer()

Use the preferred code path according to the comment. Target_write_buffer()
now simply uses suitably aligned target_write_memory calls, so from this
pov, they should be equivalent.

Change-Id: I77f51ec3ac9faa822cf428708a1aecb67c77830c
Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Reviewed-on: http://openocd.zylin.com/1687
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
src/flash/nor/lpc288x.c