Re: [PATCH v2 15/32] ppc: socrates: Drop use of DM_PCI

2021-08-06 Thread Tom Rini
On Sun, Aug 01, 2021 at 06:54:28PM -0600, Simon Glass wrote: > Now that DM_PCI is always enabled we don't need to check it. Drop this > old code. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2 15/32] ppc: socrates: Drop use of DM_PCI

2021-08-01 Thread Simon Glass
Now that DM_PCI is always enabled we don't need to check it. Drop this old code. Signed-off-by: Simon Glass --- (no changes since v1) board/socrates/socrates.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/board/socrates/socrates.c b/board/socrates/socrates.c index