summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2012-09-06 09:35:10 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2012-10-05 07:05:10 +0900
commit6f6ea814ed12e44d6a803fd47a2cbdbf2915ce7f (patch)
treec4d3056bfa4677394c4ee653b31ca9ff6a46b8fa /board
parent198166877768cf4d0197289a524df8a6ca0e2f19 (diff)
downloadblackbird-obmc-uboot-6f6ea814ed12e44d6a803fd47a2cbdbf2915ce7f.tar.gz
blackbird-obmc-uboot-6f6ea814ed12e44d6a803fd47a2cbdbf2915ce7f.zip
sh: ap_sh4a_4a: Fixed initialization value of DDR memory
The wrong value was set as value of column of DDR memory for ap_sh4a_4a. 10 is the right value. This fixed this problem. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'board')
-rw-r--r--board/alphaproject/ap_sh4a_4a/lowlevel_init.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/alphaproject/ap_sh4a_4a/lowlevel_init.S b/board/alphaproject/ap_sh4a_4a/lowlevel_init.S
index f04b36bafd..cf9c225e6d 100644
--- a/board/alphaproject/ap_sh4a_4a/lowlevel_init.S
+++ b/board/alphaproject/ap_sh4a_4a/lowlevel_init.S
@@ -330,7 +330,7 @@ init_dbsc3_ctrl_533:
DBKIND_A: .long 0xFE800020
DBKIND_D: .long 0x00000005
DBCONF_A: .long 0xFE800024
-DBCONF_D: .long 0x0D020901
+DBCONF_D: .long 0x0D020A01
DBTR0_A: .long 0xFE800040
DBTR0_D_533:.long 0x00000004
OpenPOWER on IntegriCloud