From 889a306fc8cb266462b630b19ebf8a319d07c9f0 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Mon, 31 Oct 2011 22:20:06 +0000 Subject: [PATCH] flash: add Stellaris Blizzard class Change-Id: I83f0d6edf3ab31d9fa86682f20cec77dc47ba2f6 Signed-off-by: Spencer Oliver Reviewed-on: http://openocd.zylin.com/146 Tested-by: jenkins Reviewed-by: Andreas Fritiofson --- src/flash/nor/stellaris.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flash/nor/stellaris.c b/src/flash/nor/stellaris.c index 4a21028c3..39c189c43 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" }; -- 2.30.2