diff options
Diffstat (limited to 'board/freescale/mpc8536ds/mpc8536ds.c')
| -rw-r--r-- | board/freescale/mpc8536ds/mpc8536ds.c | 21 | 
1 files changed, 0 insertions, 21 deletions
| diff --git a/board/freescale/mpc8536ds/mpc8536ds.c b/board/freescale/mpc8536ds/mpc8536ds.c index bd80cb776..58dc564ee 100644 --- a/board/freescale/mpc8536ds/mpc8536ds.c +++ b/board/freescale/mpc8536ds/mpc8536ds.c @@ -42,8 +42,6 @@  #include "../common/sgmii_riser.h" -phys_size_t fixed_sdram(void); -  int board_early_init_f (void)  {  #ifdef CONFIG_MMC @@ -98,25 +96,6 @@ int checkboard (void)  	return 0;  } -phys_size_t -initdram(int board_type) -{ -	phys_size_t dram_size = 0; - -	puts("Initializing...."); - -#ifdef CONFIG_SPD_EEPROM -	dram_size = fsl_ddr_sdram(); -#else -	dram_size = fixed_sdram(); -#endif -	dram_size = setup_ddr_tlbs(dram_size / 0x100000); -	dram_size *= 0x100000; - -	puts("    DDR: "); -	return dram_size; -} -  #if !defined(CONFIG_SPD_EEPROM)  /*   * Fixed sdram init -- doesn't use serial presence detect. |