From d791b1dc3e64a6a6317293245d884589bc5c6277 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 20 Apr 2003 14:04:18 +0000 Subject: * Make sure Block Lock Bits get cleared in R360MPI flash driver * MPC823 LCD driver: Fill color map backwards, to allow for steady display when Linux takes over * Patch by Erwin Rol, 27 Feb 2003: Add support for RTEMS (this time for real). * Add support for "bmp info" and "bmp display" commands to load bitmap images; this can be used (for example in a "preboot" command) to display a splash screen very quickly after poweron. * Add support for 133 MHz clock on INCA-IP board --- include/configs/incaip.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/configs/incaip.h') diff --git a/include/configs/incaip.h b/include/configs/incaip.h index 3b648c1b5..027f31982 100644 --- a/include/configs/incaip.h +++ b/include/configs/incaip.h @@ -31,8 +31,8 @@ #define CONFIG_MIPS32 1 /* MIPS 4Kc CPU core */ #define CONFIG_INCA_IP 1 /* on a INCA-IP Board */ -/* allowed values: 100000000 and 150000000 */ -#define CPU_CLOCK_RATE 150000000 /* 150 MHz clock for the MIPS core */ +/* allowed values: 100000000, 133000000, and 150000000 */ +#define CPU_CLOCK_RATE 133000000 /* 133 MHz clock for the MIPS core */ #if CPU_CLOCK_RATE == 100000000 #define INFINEON_EBU_BOOTCFG 0x20C4 /* CMULT = 4 for 100 MHz */ -- cgit v1.2.3