diff options
author | Matthew McClintock <msm@freescale.com> | 2011-04-25 14:10:35 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-04-27 22:40:32 -0500 |
commit | ae425c1ecaff40111720f2f81817d8939c2c7395 (patch) | |
tree | 18d6cc53dd523b0cebe9533ce21ddd6f7ae1c15a /board/pm828 | |
parent | 416202f6722837fa2bae94107e7da63fe66bb569 (diff) | |
download | u-boot-imx-ae425c1ecaff40111720f2f81817d8939c2c7395.zip u-boot-imx-ae425c1ecaff40111720f2f81817d8939c2c7395.tar.gz u-boot-imx-ae425c1ecaff40111720f2f81817d8939c2c7395.tar.bz2 |
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>
Diffstat (limited to 'board/pm828')
0 files changed, 0 insertions, 0 deletions