Skip to content

Commit

Permalink
set bypass initialization to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jad13041 committed Jan 15, 2020
1 parent 3f37103 commit 2386ca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/ddr/fsl/ctrl_regs.c
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ static void set_ddr_sdram_cfg(fsl_ddr_cfg_regs_t *ddr,
unsigned int hse; /* Global half strength override */
unsigned int acc_ecc_en = 0; /* Accumulated ECC enable */
unsigned int mem_halt = 0; /* memory controller halt */
unsigned int bi = 0; /* Bypass initialization */
unsigned int bi = 1;//0; /* Bypass initialization */

mem_en = 1;
sren = popts->self_refresh_in_sleep;
Expand Down
2 changes: 1 addition & 1 deletion include/configs/T104xRDB.h
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
#define CONFIG_BTB /* toggle branch predition */
#define CONFIG_DDR_ECC
#ifdef CONFIG_DDR_ECC
#define CONFIG_ECC_INIT_VIA_DDRCONTROLLER 0
#define CONFIG_ECC_INIT_VIA_DDRCONTROLLER
#define CONFIG_MEM_INIT_VALUE 0xdeaddead //just making sure this is where its set
#endif

Expand Down

0 comments on commit 2386ca5

Please sign in to comment.