summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-09-16 11:39:10 +0000
committerwdenk <wdenk>2003-09-16 11:39:10 +0000
commitacf98e7f3062921547516d87611f2ae9824808b9 (patch)
tree863fc87787822526f6dc29b7d46d28093420d5d2 /include
parentb56ddc636ddcaacf7fa497819cc1b9517d610eee (diff)
downloadblackbird-obmc-uboot-acf98e7f3062921547516d87611f2ae9824808b9.tar.gz
blackbird-obmc-uboot-acf98e7f3062921547516d87611f2ae9824808b9.zip
Make IPB clock on MGT5100/MPC5200 configurable in board config file;
go back to 66 MHz for stability
Diffstat (limited to 'include')
-rw-r--r--include/configs/IceCube.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/IceCube.h b/include/configs/IceCube.h
index 64fc6fe896..71cd81b196 100644
--- a/include/configs/IceCube.h
+++ b/include/configs/IceCube.h
@@ -96,6 +96,12 @@
#define CONFIG_BOOTCOMMAND "bootm 100000" /* autoboot command */
#define CONFIG_BOOTARGS "root=/dev/ram rw"
+#if defined(CONFIG_MPC5200)
+/*
+ * IPB Bus clocking configuration.
+ */
+#undef CFG_IPBSPEED_133 /* define for 133MHz speed */
+#endif
/*
* I2C configuration
*/
OpenPOWER on IntegriCloud