
In message 1206055920-17545-1-git-send-email-Tsi-Chung.Liew@freescale.com you wrote:
Signed-off-by: TsiChung Liew Tsi-Chung.Liew@freescale.com
drivers/pci/pci_auto.c | 2 +- include/configs/BC3450.h | 1 + include/configs/M54455EVB.h | 2 +- include/configs/M5475EVB.h | 2 +- include/configs/M5485EVB.h | 1 + include/configs/PM520.h | 1 + include/configs/TOP5200.h | 1 + include/configs/TQM5200.h | 1 + include/configs/Total5200.h | 1 + include/configs/aev.h | 1 + include/configs/cpci5200.h | 1 + include/configs/hmi1001.h | 1 + include/configs/inka4x0.h | 1 + include/configs/jupiter.h | 1 + include/configs/o2dnt.h | 1 + include/configs/pf5200.h | 1 + include/configs/spieval.h | 1 + 17 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/drivers/pci/pci_auto.c b/drivers/pci/pci_auto.c index 1085a6c..a20b4e1 100644 --- a/drivers/pci/pci_auto.c +++ b/drivers/pci/pci_auto.c @@ -383,7 +383,7 @@ int pciauto_config_device(struct pci_controller *hose, pci_dev_t dev) hose->current_busno++; break;
-#if defined(CONFIG_MPC5200) || defined(CONFIG_PCIAUTO_SKIP_HOST_BRIDGE) +#ifdef CONFIG_PCIAUTO_SKIP_HOST_BRIDGE
Um... You would have to add CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to *all* board configurations that are based on a MPC5200 CPU, not just the small selection above.
NAK.
Best regards,
Wolfgang Denk