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 /board/incaip | |
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 'board/incaip')
-rw-r--r-- | board/incaip/lowlevel_init.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/incaip/lowlevel_init.S b/board/incaip/lowlevel_init.S index fe525ec70e0..b7657956862 100644 --- a/board/incaip/lowlevel_init.S +++ b/board/incaip/lowlevel_init.S @@ -283,7 +283,7 @@ lowlevel_init: /* EBU, CGU and SDRAM Initialization. */ - li a0, CPU_CLOCK_RATE + li a0, CONFIG_CPU_CLOCK_RATE move t0, ra /* We rely on the fact that neither ebu_init() nor cgu_init() nor sdram_init() |