commit | 6b33eb44d8814ee64d7e2b63e8da2e37226b46f9 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Mar 14 19:28:45 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri May 09 12:57:32 2025 -0600 |
tree | 432c28573612f4ef4ee7db0282edb3844de63092 | |
parent | 9f64d1d5d59d644a3d5cc9d94df5b154efb37ecc [diff] |
x86: Correct usage of FSP_VERSION2 As the code is today, we get a warning about "select" statements on "choice" options not doing anything. In this case, we move to having a "default FSP_VERSION2 if INTEL_APOLLOLAKE" in order to get the desired outcome. Signed-off-by: Tom Rini <trini@konsulko.com>