commit | ad7ae2dcfbfb3996834b7e823a0c2fcf5c8369f4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 15 21:39:03 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Mon Jul 17 17:12:26 2023 +0800 |
tree | 24ee8d4042bb6d6bda24dc928122d101c168de76 | |
parent | 466bb7aba24c31aaec88b794c73a283f0336c6ff [diff] |
pci: Mask the ROM address in case it is already enabled In some cases the video ROM may have been enabled previously, such as by a previous firmware stage. Use the correct address in that case. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>