diff options
Diffstat (limited to 'board/phytec/pcm051/board.c')
| -rw-r--r-- | board/phytec/pcm051/board.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/phytec/pcm051/board.c b/board/phytec/pcm051/board.c index 471725a2f..1708ac2ac 100644 --- a/board/phytec/pcm051/board.c +++ b/board/phytec/pcm051/board.c @@ -159,7 +159,7 @@ void s_init(void)  	enable_board_pin_mux();  	config_ddr(DDR_CLK_MHZ, MT41J256M8HX15E_IOCTRL_VALUE, &ddr3_data, -			&ddr3_cmd_ctrl_data, &ddr3_emif_reg_data); +			&ddr3_cmd_ctrl_data, &ddr3_emif_reg_data, 0);  #endif  } |