Re: [PATCH v2 20/32] pci: Drop DM_PCI check from bios_emul

2021-08-06 Thread Tom Rini
On Sun, Aug 01, 2021 at 06:54:33PM -0600, Simon Glass wrote: > We don't need these checks anymore since when PCI is enabled, driver model > is always used. > > Drop them. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2 20/32] pci: Drop DM_PCI check from bios_emul

2021-08-01 Thread Simon Glass
We don't need these checks anymore since when PCI is enabled, driver model is always used. Drop them. Signed-off-by: Simon Glass --- (no changes since v1) drivers/bios_emulator/atibios.c | 98 - drivers/bios_emulator/bios.c| 39 - include/bios_e