summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorShinya Kuribayashi <skuribay@pobox.com>2011-02-05 18:33:36 +0900
committerShinya Kuribayashi <skuribay@pobox.com>2011-02-05 22:45:41 +0900
commit536884f915b1cdac69f0fb434ce3781c2ae31499 (patch)
tree07b80483837eb2a3bfce010e17b0110e1e2f7a74 /include
parent8d573fdcc422e80656b03e31662843b45851076b (diff)
downloadblackbird-obmc-uboot-536884f915b1cdac69f0fb434ce3781c2ae31499.tar.gz
blackbird-obmc-uboot-536884f915b1cdac69f0fb434ce3781c2ae31499.zip
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')
-rw-r--r--include/configs/incaip.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/include/configs/incaip.h b/include/configs/incaip.h
index b7ba6f4fbb..f2950e8d5b 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 */
OpenPOWER on IntegriCloud