[U-Boot] [PATCH 01/47] powerpc: T208xRDB: Compile legacy PCIe routines conditionally

2019-07-23 Thread Hou Zhiqiang
Compile the legacy PCIe initialization reoutines only when DM_PCI is not enabled. Signed-off-by: Hou Zhiqiang --- board/freescale/t208xrdb/pci.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/freescale/t208xrdb/pci.c b/board/freescale/t208xrdb/pci.c index 161b8cb..adc128d 100644 ---

Re: [U-Boot] [PATCH 01/47] powerpc: T208xRDB: Compile legacy PCIe routines conditionally

2019-08-26 Thread Bin Meng
On Tue, Jul 23, 2019 at 9:21 PM Hou Zhiqiang wrote: > > Compile the legacy PCIe initialization reoutines only when > DM_PCI is not enabled. > > Signed-off-by: Hou Zhiqiang > --- > board/freescale/t208xrdb/pci.c | 2 ++ > 1 file changed, 2 insertions(+) > Reviewed-by: Bin Meng _