summaryrefslogtreecommitdiff
path: root/src/flash/nor
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2010-08-01 02:27:14 -0400
committerDavid Brownell <db@helium.(none)>2010-08-01 02:27:14 -0400
commita84112f47168d85942787b769bc4642c5953a4b4 (patch)
treed2e63a9ffad4619384d9e885f2c136ba0847e051 /src/flash/nor
parentf4c1f08f164ab74a7893742218ac0f8dd4a2e473 (diff)
downloadopenocd+libswd-a84112f47168d85942787b769bc4642c5953a4b4.tar.gz
openocd+libswd-a84112f47168d85942787b769bc4642c5953a4b4.tar.bz2
openocd+libswd-a84112f47168d85942787b769bc4642c5953a4b4.tar.xz
openocd+libswd-a84112f47168d85942787b769bc4642c5953a4b4.zip
stellaris flash comment update
This flash driver works on more than just two chips. (Though it does need work still, e.g. to protect more than 64K. (On non-'3748-A0 chips where errata allow that.)) Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/flash/nor')
-rw-r--r--src/flash/nor/stellaris.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nor/stellaris.c b/src/flash/nor/stellaris.c
index 69e2f107..03800fd8 100644
--- a/src/flash/nor/stellaris.c
+++ b/src/flash/nor/stellaris.c
@@ -22,7 +22,7 @@
***************************************************************************/
/***************************************************************************
-* STELLARIS is tested on LM3S811, LM3S6965
+* STELLARIS flash is tested on LM3S811, LM3S6965, LM3s3748, more.
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include "config.h"