commit | 937175ee72fa5318016be3d887bd1a1b5409f038 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 15 18:00:28 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Sat Mar 27 15:04:30 2021 +1300 |
tree | cf5645b80dfb2895c7066a9d7200435908c9ea05 | |
parent | 19987c9834bfd854ff27ae0382ce18511b84c6ea [diff] |
x86: fsp: Don't enable FSP graphics if booted from coreboot This driver cannot work when booted from coreboot, since the FSP information is not available. Disable it in that case, so that the coreboot video driver can be used instead. Signed-off-by: Simon Glass <sjg@chromium.org>