From 790398bbbdc759882255c6f19537c138bfa094a6 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Tue, 31 Mar 2015 20:32:33 +0300 Subject: list-workarounds/bxt: Add Broxton to the list of valid platorms Signed-off-by: Damien Lespiau --- scripts/list-workarounds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/list-workarounds b/scripts/list-workarounds index 620d02fe..42af6a34 100755 --- a/scripts/list-workarounds +++ b/scripts/list-workarounds @@ -18,7 +18,7 @@ def find_nth(haystack, needle, n): return start valid_platforms = ('ctg', 'elk', 'ilk', 'snb', 'ivb', 'vlv', 'hsw', 'bdw', - 'chv', 'skl') + 'chv', 'skl', 'bxt') def parse_platforms(p): l = p.split(',') for p in l: -- cgit v1.2.3