Re: [PATCH v2 01/32] pci: Drop old code from pci command

2021-08-06 Thread Tom Rini
On Sun, Aug 01, 2021 at 06:54:14PM -0600, Simon Glass wrote: > Drop the pre-driver model code from this file. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2 01/32] pci: Drop old code from pci command

2021-08-01 Thread Simon Glass
Drop the pre-driver model code from this file. Signed-off-by: Simon Glass --- (no changes since v1) cmd/pci.c | 212 -- 1 file changed, 212 deletions(-) diff --git a/cmd/pci.c b/cmd/pci.c index e53b7c858c6..8cfa5bbdaa7 100644 --- a/cmd/pci.c