diff options
author | Spencer Oliver <spen@spen-soft.co.uk> | 2011-10-31 22:20:06 +0000 |
---|---|---|
committer | Andreas Fritiofson <andreas.fritiofson@gmail.com> | 2011-11-01 19:45:33 +0000 |
commit | 889a306fc8cb266462b630b19ebf8a319d07c9f0 (patch) | |
tree | ef9897d6160fe2ba576a208334f49211741d31c5 /src/flash/nor | |
parent | 3f8f5839641f79ae1983ac55e7f7d866a971976c (diff) | |
download | riscv-openocd-889a306fc8cb266462b630b19ebf8a319d07c9f0.zip riscv-openocd-889a306fc8cb266462b630b19ebf8a319d07c9f0.tar.gz riscv-openocd-889a306fc8cb266462b630b19ebf8a319d07c9f0.tar.bz2 |
flash: add Stellaris Blizzard class
Change-Id: I83f0d6edf3ab31d9fa86682f20cec77dc47ba2f6
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/146
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Diffstat (limited to 'src/flash/nor')
-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 4a21028..39c189c 100644 --- a/src/flash/nor/stellaris.c +++ b/src/flash/nor/stellaris.c @@ -377,7 +377,7 @@ static char * StellarisClassname[7] = "Unknown", "DustDevil", "Tempest", - "Unknown", + "Blizzard", "Firestorm" }; |