Re: [U-Boot] [PATCH 01/14] pci: Move 'pci scan' code in with other commands

2015-11-12 Thread Bin Meng
On Fri, Nov 13, 2015 at 5:45 AM, Simon Glass wrote: > At present the 'pci scan' code has its own code path. Adjust it so that it > can be placed with the rest of the command processing code. This will allow > us to use common set code for all commands. > > Signed-off-by: Simon Glass > --- > > co

[U-Boot] [PATCH 01/14] pci: Move 'pci scan' code in with other commands

2015-11-12 Thread Simon Glass
At present the 'pci scan' code has its own code path. Adjust it so that it can be placed with the rest of the command processing code. This will allow us to use common set code for all commands. Signed-off-by: Simon Glass --- common/cmd_pci.c | 9 ++--- 1 file changed, 6 insertions(+), 3 de