commit | 199056d1a1b8301b493adf469859fe38d9a77170 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Aug 01 18:54:33 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 05 19:46:35 2021 -0400 |
tree | 87a505a06275b74d031d6d402a32b531c18f31ce | |
parent | eb4b7fa0ae50187e63e2f712409ebb63e1b77119 [diff] |
pci: Drop DM_PCI check from bios_emul We don't need these checks anymore since when PCI is enabled, driver model is always used. Drop them. Signed-off-by: Simon Glass <sjg@chromium.org>