diff options
author | Shinya Kuribayashi <skuribay@pobox.com> | 2011-02-05 18:33:36 +0900 |
---|---|---|
committer | Shinya Kuribayashi <skuribay@pobox.com> | 2011-02-05 22:45:41 +0900 |
commit | 536884f915b1cdac69f0fb434ce3781c2ae31499 (patch) | |
tree | 07b80483837eb2a3bfce010e17b0110e1e2f7a74 /include/configs/incaip.h | |
parent | 8d573fdcc422e80656b03e31662843b45851076b (diff) |
MIPS: Move Inca-IP targets to boards.cfg
At the same time, fix up CPU_CLOCK_RATE to have the CONFIG_ prefix to
work with boards.cfg.
Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
Diffstat (limited to 'include/configs/incaip.h')
-rw-r--r-- | include/configs/incaip.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/include/configs/incaip.h b/include/configs/incaip.h index b7ba6f4fbb5..f2950e8d5bc 100644 --- a/include/configs/incaip.h +++ b/include/configs/incaip.h @@ -31,9 +31,12 @@ #define CONFIG_MIPS32 1 /* MIPS 4Kc CPU core */ #define CONFIG_INCA_IP 1 /* on a INCA-IP Board */ -#ifndef CPU_CLOCK_RATE -/* allowed values: 100000000, 133000000, and 150000000 */ -#define CPU_CLOCK_RATE 150000000 /* default: 150 MHz clock for the MIPS core */ +/* + * Clock for the MIPS core (MHz) + * allowed values: 100000000, 133000000, and 150000000 (default) + */ +#ifndef CONFIG_CPU_CLOCK_RATE +#define CONFIG_CPU_CLOCK_RATE 150000000 #endif #define INFINEON_EBU_BOOTCFG 0x40C4 /* CMULT = 8 */ |