commit | 531157f4936d9daf5ba3909a4217f0291456a890 | [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 | 37b870f7ef4d5f4c31bc83324d7a6e1a544e1ac5 [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>