diff options
author | wdenk <wdenk> | 2003-09-16 11:39:10 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-09-16 11:39:10 +0000 |
commit | acf98e7f3062921547516d87611f2ae9824808b9 (patch) | |
tree | 863fc87787822526f6dc29b7d46d28093420d5d2 /include | |
parent | b56ddc636ddcaacf7fa497819cc1b9517d610eee (diff) | |
download | u-boot-acf98e7f3062921547516d87611f2ae9824808b9.tar.gz u-boot-acf98e7f3062921547516d87611f2ae9824808b9.tar.xz u-boot-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.h | 6 |
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 */ |