summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorIra W. Snyder <iws@ovro.caltech.edu>2008-08-22 11:00:13 -0700
committerKim Phillips <kim.phillips@freescale.com>2008-08-25 17:04:24 -0500
commit162338e1fcde231ca4d562e5ebd7859456731691 (patch)
treeee3d2d168d66061b9c25333ce15dc33e2b88c688 /include
parentf4e55a4941e8ba46bc06020b2747928adf8fdee7 (diff)
downloadtalos-obmc-uboot-162338e1fcde231ca4d562e5ebd7859456731691.tar.gz
talos-obmc-uboot-162338e1fcde231ca4d562e5ebd7859456731691.zip
MPC8349EMDS: use 83XX_GENERIC_PCI setup code
Change the MPC8349EMDS board to use the generic PCI initialization code for the mpc83xx cpu. Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/MPC8349EMDS.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/MPC8349EMDS.h b/include/configs/MPC8349EMDS.h
index a53f5cd261..d659a15b6d 100644
--- a/include/configs/MPC8349EMDS.h
+++ b/include/configs/MPC8349EMDS.h
@@ -406,6 +406,8 @@
#define CONFIG_NET_MULTI
#define CONFIG_PCI_PNP /* do pci plug-and-play */
+#define CONFIG_83XX_GENERIC_PCI
+#define CONFIG_83XX_PCI_STREAMING
#undef CONFIG_EEPRO100
#undef CONFIG_TULIP
@@ -417,7 +419,7 @@
#endif
#undef CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */
-#define CFG_PCI_SUBSYS_VENDORID 0x1057 /* Motorola */
+#define CFG_PCI_SUBSYS_VENDORID 0x1957 /* Freescale */
#endif /* CONFIG_PCI */
OpenPOWER on IntegriCloud