diff options
author | Wolfgang Denk <wd@denx.de> | 2011-02-12 20:37:47 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-02-12 20:37:47 +0100 |
commit | c65715de780945950d570e2b69f94e0b186f04b4 (patch) | |
tree | 7b0e2e835d581849ce3c71e73223b0e44c254f8b /board/incaip | |
parent | 8b1a714013eb120674f1cfed82a838ac9cf6658f (diff) | |
parent | 9d3f9118a9b4b54bbea48bac51c0dec7180edec0 (diff) | |
download | u-boot-imx-c65715de780945950d570e2b69f94e0b186f04b4.zip u-boot-imx-c65715de780945950d570e2b69f94e0b186f04b4.tar.gz u-boot-imx-c65715de780945950d570e2b69f94e0b186f04b4.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-mips
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 fe525ec..b765795 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() |