From: David Brownell Date: Sun, 1 Aug 2010 06:27:14 +0000 (-0400) Subject: stellaris flash comment update X-Git-Tag: v0.5.0-rc1~478 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a84112f47168d85942787b769bc4642c5953a4b4;p=openocd 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 --- 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"