From b34ff81d9b170b70f85e5188a362af5704fb4361 Mon Sep 17 00:00:00 2001 From: wdenk Date: Tue, 6 Jan 2004 11:13:56 +0000 Subject: Set default clock for INCA-IP to 150 MHz Prepare for 1.0.1 release --- CHANGELOG | 4 +++- include/configs/incaip.h | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 064bf867b..db6e95d5f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,9 @@ ====================================================================== -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 diff --git a/include/configs/incaip.h b/include/configs/incaip.h index e6fa19342..4fbda41a6 100644 --- a/include/configs/incaip.h +++ b/include/configs/incaip.h @@ -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 */ -- cgit v1.2.3