Re: [U-Boot] [PATCH 1/6] powerpc: mpc85xx: Update the condition to compile PCI routines

2019-05-06 Thread Simon Glass
On Fri, 3 May 2019 at 20:03, Z.q. Hou wrote: > > From: Hou Zhiqiang > > Compile the routines of mpc85xx/pci.c when both FSL_PCI_INIT > and DM_PCI are not enabled. > > Signed-off-by: Hou Zhiqiang > --- > arch/powerpc/cpu/mpc85xx/pci.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

[U-Boot] [PATCH 1/6] powerpc: mpc85xx: Update the condition to compile PCI routines

2019-05-03 Thread Z.q. Hou
From: Hou Zhiqiang Compile the routines of mpc85xx/pci.c when both FSL_PCI_INIT and DM_PCI are not enabled. Signed-off-by: Hou Zhiqiang --- arch/powerpc/cpu/mpc85xx/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/cpu/mpc85xx/pci.c