Re: [PATCH v2 25/32] distro_bootcmd: Drop DM_PCI check

2021-08-06 Thread Tom Rini
On Sun, Aug 01, 2021 at 06:54:38PM -0600, Simon Glass wrote: > We don't need this check anymore since when PCI is enabled, driver model > is always used. > > Signed-off-by: Simon Glass Fixed as I noted and applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH v2 25/32] distro_bootcmd: Drop DM_PCI check

2021-08-06 Thread Tom Rini
On Sun, Aug 01, 2021 at 06:54:38PM -0600, Simon Glass wrote: > We don't need this check anymore since when PCI is enabled, driver model > is always used. > > Signed-off-by: Simon Glass > --- > > (no changes since v1) > > include/config_distro_bootcmd.h | 5 - > 1 file changed, 5 deletions

[PATCH v2 25/32] distro_bootcmd: Drop DM_PCI check

2021-08-01 Thread Simon Glass
We don't need this check anymore since when PCI is enabled, driver model is always used. Signed-off-by: Simon Glass --- (no changes since v1) include/config_distro_bootcmd.h | 5 - 1 file changed, 5 deletions(-) diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.