]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
authorMichael Barkowski <michael.barkowski@freescale.com>
Fri, 28 Mar 2008 19:15:38 +0000 (15:15 -0400)
committerKim Phillips <kim.phillips@freescale.com>
Fri, 28 Mar 2008 21:02:27 +0000 (16:02 -0500)
Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB
controller on the PCI bus in Linux on the MPC8323ERDB.

This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's
config file.

Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
include/configs/MPC8323ERDB.h

index 94c4c6b040e78570c250dfd55794c8838d8cde24..65f829d2a911ae4a59cf52fc9957e6179cf63d32 100644 (file)
 #define CFG_PCI1_IO_SIZE               0x04000000      /* 64M */
 
 #ifdef CONFIG_PCI
-
+#define CONFIG_PCI_SKIP_HOST_BRIDGE
 #define CONFIG_NET_MULTI
 #define CONFIG_PCI_PNP         /* do pci plug-and-play */