arch/x86: fix -march flag for Apollo Lake #17104
Labels
area: X86
x86 Architecture (32-bit)
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
The SoC configuration for Apollo Lake sets
-march
tosilvermont
and then toatom
. The Intel compiler complains about the override. To boot, I believe Apollo Lake is actuallygoldmont
. This needs to be sorted out.The text was updated successfully, but these errors were encountered: