]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Set default clock for INCA-IP to 150 MHz
authorwdenk <wdenk>
Tue, 6 Jan 2004 11:13:56 +0000 (11:13 +0000)
committerwdenk <wdenk>
Tue, 6 Jan 2004 11:13:56 +0000 (11:13 +0000)
Prepare for 1.0.1 release

CHANGELOG
include/configs/incaip.h

index 064bf867bcc55c50c2915cc8c0e80e2fa0d5bec3..db6e95d5f74b9f0697cb57e40b138a597ac7e925 100644 (file)
--- 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
 
index e6fa193426ac1696a6c2c41ae1e6f9bb15f4ac5d..4fbda41a6ddd994618287f4f45b74773498bd82b 100644 (file)
@@ -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 */