commit | 6c456516e24fb23eee01245097ef26885bc8842c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Apr 25 21:59:08 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed May 08 13:02:16 2019 +0800 |
tree | da6e70d388f9d4e4286ba5f4db2ff67f2c8d5bb0 | |
parent | bf4d8beb126788bfd71da2645c26987516c26d10 [diff] |
x86: Support PCI VGA ROM when TPL is used When TPL is in use, U-Boot proper should support initing the VGA ROM even though the 32-bit init portion is in SPL. Update the condition to handle this. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>