Skip to content

Commit

Permalink
maybe d_init in fsl_ddr_sdram.h is causing issues?
Browse files Browse the repository at this point in the history
  • Loading branch information
jad13041 committed Jan 15, 2020
1 parent 50e457b commit 0f9bf0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/fsl_ddr_sdram.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ typedef struct ddr4_spd_eeprom_s generic_spd_eeprom_t;
#define SDRAM_CFG_BI 0x00000001

#define SDRAM_CFG2_FRC_SR 0x80000000
#define SDRAM_CFG2_D_INIT 0x00000010
//#define SDRAM_CFG2_D_INIT 0x00000010
#define SDRAM_CFG2_D_INIT 0x00000000
#define SDRAM_CFG2_AP_EN 0x00000020
#define SDRAM_CFG2_ODT_CFG_MASK 0x00600000
#define SDRAM_CFG2_ODT_NEVER 0
Expand Down

0 comments on commit 0f9bf0e

Please sign in to comment.