diff options
author | Michael Barkowski <michael.barkowski@freescale.com> | 2008-03-28 15:15:38 -0400 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2008-03-28 16:02:27 -0500 |
commit | 8f325cff31f6e745e6540014b131b9a97f61944c (patch) | |
tree | e31a3b293f86c52a05eb3b437a0324e3bc1de231 | |
parent | e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9 (diff) | |
download | u-boot-8f325cff31f6e745e6540014b131b9a97f61944c.tar.gz u-boot-8f325cff31f6e745e6540014b131b9a97f61944c.tar.xz u-boot-8f325cff31f6e745e6540014b131b9a97f61944c.zip |
mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
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>
-rw-r--r-- | include/configs/MPC8323ERDB.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/MPC8323ERDB.h b/include/configs/MPC8323ERDB.h index 94c4c6b040..65f829d2a9 100644 --- a/include/configs/MPC8323ERDB.h +++ b/include/configs/MPC8323ERDB.h @@ -341,7 +341,7 @@ #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 */ |