[U-Boot] [PATCH] powerpc/85xx: Don't set FT_FSL_PCI_SETUP if CONFIG_PCI is not set
Kumar Gala
kumar.gala at freescale.com
Thu Apr 28 05:45:21 CEST 2011
On Apr 25, 2011, at 2:10 PM, Matthew McClintock wrote:
> A lot of boards set FT_FSL_PCI_SETUP directly in their board code
> and don't check to see if CONFIG_PCI is actually defined. This
> will cause the board compilation to fail if CONFIG_PCI is not
> defined. The p1022ds board is one such example.
>
> Instead of fixing every board this patch wraps FT_FSL_PCI_SETUP
> around CONFIG_PCI so we can remove CONFIG_PCI and boards will
> still build properly.
>
> cc: Kumar Gala <kumar.gala at freescale.com>
> Signed-off-by: Matthew McClintock <msm at freescale.com>
> ---
> arch/powerpc/include/asm/fsl_pci.h | 4 +++-
> 1 files changed, 3 insertions(+), 1 deletions(-)
applied to 85xx
- k
More information about the U-Boot
mailing list