Skip to content

Commit

Permalink
Set d_init = 0 in ctrl_regs.c
Browse files Browse the repository at this point in the history
  • Loading branch information
jad13041 committed Jan 10, 2020
1 parent 03d69f1 commit cdfe6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ddr/fsl/ctrl_regs.c
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ static void set_ddr_sdram_cfg_2(const unsigned int ctrl_num,

#if defined(CONFIG_ECC_INIT_VIA_DDRCONTROLLER)
/* Use the DDR controller to auto initialize memory. */
d_init = popts->ecc_init_using_memctl;
d_init = 0;//popts->ecc_init_using_memctl;
ddr->ddr_data_init = CONFIG_MEM_INIT_VALUE;
debug("DDR: ddr_data_init = 0x%08x\n", ddr->ddr_data_init);
#else
Expand Down

0 comments on commit cdfe6a2

Please sign in to comment.