Skip to content
Snippets Groups Projects
Commit 6f6ea814 authored by Nobuhiro Iwamatsu's avatar Nobuhiro Iwamatsu Committed by Nobuhiro Iwamatsu
Browse files

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: default avatarNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: default avatarNobuhiro Iwamatsu <iwamatsu@nigauri.org>
parent 19816687
No related branches found
No related tags found
No related merge requests found
...@@ -330,7 +330,7 @@ init_dbsc3_ctrl_533: ...@@ -330,7 +330,7 @@ init_dbsc3_ctrl_533:
DBKIND_A: .long 0xFE800020 DBKIND_A: .long 0xFE800020
DBKIND_D: .long 0x00000005 DBKIND_D: .long 0x00000005
DBCONF_A: .long 0xFE800024 DBCONF_A: .long 0xFE800024
DBCONF_D: .long 0x0D020901 DBCONF_D: .long 0x0D020A01
DBTR0_A: .long 0xFE800040 DBTR0_A: .long 0xFE800040
DBTR0_D_533:.long 0x00000004 DBTR0_D_533:.long 0x00000004
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment