Re: [U-Boot] [PATCH 2/6] powerpc: T208xQDS: Compile the legacy PCIe routines conditionally

2019-05-06 Thread Simon Glass
On Fri, 3 May 2019 at 20:03, Z.q. Hou wrote: > > From: Hou Zhiqiang > > Compile the legacy PCIe initialization reoutines only when DM_PCI > is not enabled. > > Signed-off-by: Hou Zhiqiang > --- > board/freescale/t208xqds/pci.c | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Simon Glass

[U-Boot] [PATCH 2/6] powerpc: T208xQDS: Compile the legacy PCIe routines conditionally

2019-05-03 Thread Z.q. Hou
From: Hou Zhiqiang Compile the legacy PCIe initialization reoutines only when DM_PCI is not enabled. Signed-off-by: Hou Zhiqiang --- board/freescale/t208xqds/pci.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/freescale/t208xqds/pci.c b/board/freescale/t208xqds/pci.c index