diff options
author | Wolfgang Denk <wd@denx.de> | 2009-03-18 00:40:57 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-03-18 00:40:57 +0100 |
commit | efb47346d4be024d995fe907dbd358a21651a67e (patch) | |
tree | 8acc6a1f8549cf7e4cf42116cf0d67895773cf82 /cpu/mcf5445x/start.S | |
parent | efa0215228a26a90c86ac03511da73cb519eb516 (diff) | |
parent | 8d8235f84d3ef3f29b7d14e741369b5824b5bb4a (diff) | |
download | u-boot-imx-efb47346d4be024d995fe907dbd358a21651a67e.zip u-boot-imx-efb47346d4be024d995fe907dbd358a21651a67e.tar.gz u-boot-imx-efb47346d4be024d995fe907dbd358a21651a67e.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-coldfire
Diffstat (limited to 'cpu/mcf5445x/start.S')
-rw-r--r-- | cpu/mcf5445x/start.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/mcf5445x/start.S b/cpu/mcf5445x/start.S index d5a7f93..26fb2ce 100644 --- a/cpu/mcf5445x/start.S +++ b/cpu/mcf5445x/start.S @@ -243,9 +243,9 @@ wait1000: nop #elif defined(CONFIG_M54451EVB) /* Issue LEMR */ - move.l #(CONFIG_SYS_SDRAM_MODE), (%a2) + move.l #(CONFIG_SYS_SDRAM_MODE), (%a1) nop - move.l #(CONFIG_SYS_SDRAM_EMOD), (%a2) + move.l #(CONFIG_SYS_SDRAM_EMOD), (%a1) nop #endif |