提交 b34ff81d 编写于 作者: W wdenk

Set default clock for INCA-IP to 150 MHz

Prepare for 1.0.1 release
上级 a522fa0e
======================================================================
Changes since U-Boot 1.0.0:
Changes for U-Boot 1.0.1:
======================================================================
* Set default clock for INCA-IP to 150 MHz
* Make BMS2003 use a separate config file to avoid #ifdef mess;
add I2C support; add support for DS1337 RTC
......
......@@ -33,7 +33,7 @@
#ifndef CPU_CLOCK_RATE
/* allowed values: 100000000, 133000000, and 150000000 */
#define CPU_CLOCK_RATE 133000000 /* 133 MHz clock for the MIPS core */
#define CPU_CLOCK_RATE 150000000 /* 133 MHz clock for the MIPS core */
#endif
#define INFINEON_EBU_BOOTCFG 0x40C4 /* CMULT = 8 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册