Commit b9cd5bfd authored by Jani Nikula's avatar Jani Nikula
parent 84cb00ec
...@@ -172,7 +172,7 @@ static const struct stepping_info skl_stepping_info[] = { ...@@ -172,7 +172,7 @@ static const struct stepping_info skl_stepping_info[] = {
{'G', '0'}, {'H', '0'}, {'I', '0'} {'G', '0'}, {'H', '0'}, {'I', '0'}
}; };
static struct stepping_info bxt_stepping_info[] = { static const struct stepping_info bxt_stepping_info[] = {
{'A', '0'}, {'A', '1'}, {'A', '2'}, {'A', '0'}, {'A', '1'}, {'A', '2'},
{'B', '0'}, {'B', '1'}, {'B', '2'} {'B', '0'}, {'B', '1'}, {'B', '2'}
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment