summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-12-05 07:27:37 +0100
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2008-12-10 23:11:36 +0900
commita319f1496210117b73198e3d889ffffaf6825d00 (patch)
tree971e56a8e4511c4a4d8115618de38863564e1b90 /board
parent4d4a96055f6917335a89dbdf2e5556fa5ac329f6 (diff)
downloadblackbird-obmc-uboot-a319f1496210117b73198e3d889ffffaf6825d00.tar.gz
blackbird-obmc-uboot-a319f1496210117b73198e3d889ffffaf6825d00.zip
sh: r2dplus fix register access
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'board')
-rw-r--r--board/renesas/r2dplus/lowlevel_init.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/renesas/r2dplus/lowlevel_init.S b/board/renesas/r2dplus/lowlevel_init.S
index 87e30c5cf7..28d2b3769a 100644
--- a/board/renesas/r2dplus/lowlevel_init.S
+++ b/board/renesas/r2dplus/lowlevel_init.S
@@ -21,7 +21,7 @@ lowlevel_init:
mov.l MMUCR_A,r1
mov.l MMUCR_D,r0
- mov.w r0,@r1
+ mov.l r0,@r1
mov.l BCR1_A,r1
mov.l BCR1_D,r0
OpenPOWER on IntegriCloud