diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2011-04-04 15:47:03 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2011-06-01 10:20:19 +0900 |
commit | 091d8c3431cdb858b5540e8204559dafc1f57353 (patch) | |
tree | 2c031284caddefcb54c476f47f30d15216d86ffa /board/renesas/sh7785lcr | |
parent | 5d1ee00b1fe1180503f6dfc10e87a6c6e74778f3 (diff) |
sh: sh7785lcr: Update BSC of USB area
A value of BSC of the USB was wrong.
This updates this.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'board/renesas/sh7785lcr')
-rw-r--r-- | board/renesas/sh7785lcr/lowlevel_init.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/renesas/sh7785lcr/lowlevel_init.S b/board/renesas/sh7785lcr/lowlevel_init.S index 24a0ecdf8e2..e00617c3561 100644 --- a/board/renesas/sh7785lcr/lowlevel_init.S +++ b/board/renesas/sh7785lcr/lowlevel_init.S @@ -312,7 +312,7 @@ CS4WCR_D: .long 0x00101012 /* USB setting : 32bit mode = CS2, 29bit mode = CS5 */ CS_USB_BCR_D: .long 0x11111200 -CS_USB_WCR_D: .long 0x00020004 +CS_USB_WCR_D: .long 0x00020005 /* SD setting : 32bit mode = CS3, 29bit mode = CS6 */ CS_SD_BCR_D: .long 0x00000300 |