list-workarounds/bxt: Add Broxton to the list of valid platorms

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
Damien Lespiau 2015-03-31 20:32:33 +03:00 committed by Imre Deak
parent ab7619b5d2
commit 790398bbbd

View File

@ -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: