diff --git a/board/freescale/t104xrdb/ddr.c b/board/freescale/t104xrdb/ddr.c index b0ac59b..dd60758 100644 --- a/board/freescale/t104xrdb/ddr.c +++ b/board/freescale/t104xrdb/ddr.c @@ -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(); @@ -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; }