list-workarounds/skl: Add Skylake to the list of valid platorms

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
Damien Lespiau 2013-05-31 15:34:04 +01:00
parent 4d95a1551b
commit 334f657e98

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')
'chv', 'skl')
def parse_platforms(p):
l = p.split(',')
for p in l: