sam4s flash: remove unused bootstrap routine
commita58f294ac49c0b499e9eb427f81fe85a6e7a4338
authorAndrey Yurovsky <yurovsky@gmail.com>
Sat, 21 Sep 2013 05:21:10 +0000 (20 22:21 -0700)
committerSpencer Oliver <spen@spen-soft.co.uk>
Tue, 15 Oct 2013 20:39:07 +0000 (15 20:39 +0000)
treeb16d9e9c8f121122a7aa9ca5c6487300218da3ca
parentd4993beec4bcb4f667f2d6120d238a70d07489b4
sam4s flash: remove unused bootstrap routine

Remove the static const array containing ARM instructions for a
bootstrap program.  Despite what the comment says, the DAP can write to
the Flash and in fact this program is not referenced anywhere in openocd
so it's a bit confusing having it in there.  There should be no
functionality change from this.

Change-Id: I4ca4206f090a896628ee9b675d1f04450ada1563
Signed-off-by: Andrey Yurovsky <yurovsky@gmail.com>
Reviewed-on: http://openocd.zylin.com/1641
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
src/flash/nor/at91sam4.c