diff mbox

[U-Boot] sh: ap_sh4a_4a: Fixed initialization value of DDR memory

Message ID 1346891788-27210-1-git-send-email-nobuhiro.iwamatsu.yj@renesas.com
State Accepted, archived
Delegated to: Nobuhiro Iwamatsu
Headers show

Commit Message

Nobuhiro Iwamatsu Sept. 6, 2012, 12:36 a.m. UTC
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>
---
 board/alphaproject/ap_sh4a_4a/lowlevel_init.S |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Nobuhiro Iwamatsu Sept. 18, 2012, 1:09 a.m. UTC | #1
Appled, thanks.

Best regards,
  NObuhiro

On Thu, Sep 6, 2012 at 9:36 AM, Nobuhiro Iwamatsu
<nobuhiro.iwamatsu.yj@renesas.com> wrote:
> 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>
> ---
>  board/alphaproject/ap_sh4a_4a/lowlevel_init.S |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/board/alphaproject/ap_sh4a_4a/lowlevel_init.S b/board/alphaproject/ap_sh4a_4a/lowlevel_init.S
> index f04b36b..cf9c225 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
> --
> 1.7.10.4
>
diff mbox

Patch

diff --git a/board/alphaproject/ap_sh4a_4a/lowlevel_init.S b/board/alphaproject/ap_sh4a_4a/lowlevel_init.S
index f04b36b..cf9c225 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