mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
Fix comment.
This commit is contained in:
parent
b34ff81d9b
commit
b299e41a0d
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue