diff options
author | wdenk <wdenk> | 2004-01-06 11:13:56 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-01-06 11:13:56 +0000 |
commit | b34ff81d9b170b70f85e5188a362af5704fb4361 (patch) | |
tree | 69cbc141999655cb7c60d8e7ffe2eb10924e11f9 /include/configs | |
parent | a522fa0e7cdddf8204ba43b335f68be6a42159a5 (diff) | |
download | u-boot-imx-b34ff81d9b170b70f85e5188a362af5704fb4361.zip u-boot-imx-b34ff81d9b170b70f85e5188a362af5704fb4361.tar.gz u-boot-imx-b34ff81d9b170b70f85e5188a362af5704fb4361.tar.bz2 |
Set default clock for INCA-IP to 150 MHz
Prepare for 1.0.1 release
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/incaip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/incaip.h b/include/configs/incaip.h index e6fa193..4fbda41 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 */ |