diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2010-08-01 02:27:14 -0400 |
---|---|---|
committer | David Brownell <db@helium.(none)> | 2010-08-01 02:27:14 -0400 |
commit | a84112f47168d85942787b769bc4642c5953a4b4 (patch) | |
tree | d2e63a9ffad4619384d9e885f2c136ba0847e051 | |
parent | f4c1f08f164ab74a7893742218ac0f8dd4a2e473 (diff) | |
download | openocd+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>
-rw-r--r-- | src/flash/nor/stellaris.c | 2 |
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" |