diff options
| author | wdenk <wdenk> | 2004-01-06 11:32:21 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2004-01-06 11:32:21 +0000 | 
| commit | b299e41a0d34bf96202d9bbb72739bdd9414b0cc (patch) | |
| tree | 456387dacd9573dfcfa518d63424e9cfff822f82 | |
| parent | b34ff81d9b170b70f85e5188a362af5704fb4361 (diff) | |
| download | olio-uboot-2014.01-b299e41a0d34bf96202d9bbb72739bdd9414b0cc.tar.xz olio-uboot-2014.01-b299e41a0d34bf96202d9bbb72739bdd9414b0cc.zip | |
Fix comment.U-Boot-1_0_1
| -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 4fbda41a6..c90ac65e9 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	150000000	/* 133 MHz clock for the MIPS core */ +#define CPU_CLOCK_RATE	150000000	/* default: 150 MHz clock for the MIPS core */  #endif  #define INFINEON_EBU_BOOTCFG	0x40C4	/* CMULT = 8 */ |