Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
commented out initdram
  • Loading branch information
jad13041 committed Feb 5, 2020
1 parent 63b0761 commit 3744d2f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions board/freescale/t104xrdb/ddr.c
Expand Up @@ -125,6 +125,7 @@ phys_size_t initdram(int board_type)
phys_size_t dram_size;
printf("init dram start\n");
mdelay(2500);
/*
#if defined(CONFIG_SPL_BUILD) || !defined(CONFIG_RAMBOOT_PBL)
puts("Initializing....using SPD\n");
dram_size = fsl_ddr_sdram();
Expand All @@ -137,8 +138,8 @@ phys_size_t initdram(int board_type)
#if defined(CONFIG_DEEP_SLEEP) && !defined(CONFIG_SPL_BUILD)
fsl_dp_resume();
#endif
printf("initdram end\n");
mdelay(2500);
printf("initdram end\n");m
mdelay(2500); */

return dram_size;
}

0 comments on commit 3744d2f

Please sign in to comment.