diff options
Diffstat (limited to 'include/configs/IceCube.h')
-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 64fc6fe..71cd81b 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 */ |