summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2015-03-31 20:32:33 +0300
committerImre Deak <imre.deak@intel.com>2015-04-08 14:52:37 +0300
commit790398bbbdc759882255c6f19537c138bfa094a6 (patch)
tree6921b55a5c890343b9074eda95b5a00fc71f5d95 /scripts
parentab7619b5d2d6ef16dfee86f0bdfc4dbea3c6e931 (diff)
list-workarounds/bxt: Add Broxton to the list of valid platorms
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/list-workarounds2
1 files changed, 1 insertions, 1 deletions
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: