Skip to content
Snippets Groups Projects
Commit 31688e6c authored by Troy Kisky's avatar Troy Kisky
Browse files

moo: s/lpddr4_timing/dram_timing/

parent 8b1ea337
No related merge requests found
......@@ -1259,7 +1259,7 @@ static struct dram_fsp_msg lpddr4_dram_fsp_msg[] = {
},
};
struct dram_timing_info lpddr4_timing = {
struct dram_timing_info dram_timing = {
.ddrc_cfg = lpddr4_ddrc_cfg,
.ddrc_cfg_num = ARRAY_SIZE(lpddr4_ddrc_cfg),
.ddrphy_cfg = lpddr4_ddrphy_cfg,
......
......@@ -27,7 +27,7 @@ DECLARE_GLOBAL_DATA_PTR;
void spl_dram_init(void)
{
/* ddr train */
ddr_init(&lpddr4_timing);
ddr_init(&dram_timing);
}
#define I2C_PAD_CTRL (PAD_CTL_DSE3 | PAD_CTL_HYS | PAD_CTL_PUE | PAD_CTL_PE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment