Re: [U-Boot] [PATCHv2 3/8] powerpc: mpc85xx: Update the condition to compile PCI routines

2019-06-20 Thread Prabhakar Kushwaha
> -Original Message- > From: Z.q. Hou > Sent: Thursday, May 23, 2019 5:52 PM > To: u-boot@lists.denx.de; Prabhakar Kushwaha > ; w...@denx.de; Shengzhou Liu > ; bmeng...@gmail.com; Jagdish Gediya > ; s...@chromium.org; ley.foon@intel.com; > s...@denx.de > Cc: M.h. Lian ; Xiaowei Bao > ;

[U-Boot] [PATCHv2 3/8] powerpc: mpc85xx: Update the condition to compile PCI routines

2019-05-23 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 Reviewed-by: Simon Glass --- V2: - No change. arch/powerpc/cpu/mpc85xx/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/power