u-boot-brain/arch/powerpc
Matthew McClintock ae425c1eca powerpc/85xx: Don't set FT_FSL_PCI_SETUP if CONFIG_PCI is not set
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.

Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2011-04-27 22:40:32 -05:00
..
cpu powerpc/85xx: Enable Internal USB PHY for p2040, p3041, p5010 and p5020 2011-04-27 22:29:04 -05:00
include/asm powerpc/85xx: Don't set FT_FSL_PCI_SETUP if CONFIG_PCI is not set 2011-04-27 22:40:32 -05:00
lib Merge branch 'master' of git://git.denx.de/u-boot-arm 2011-04-27 21:48:09 +02:00
config.mk Revert "PowerPC: Add support for -msingle-pic-base" 2011-04-20 22:11:21 +02:00