Browse Source

mx31ads: Remove dram_init_banksize()

As only one RAM bank is used we can rely on the code from arch/arm/lib/board.c

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Fabio Estevam 13 years ago
parent
commit
14c7817b87
1 changed files with 0 additions and 6 deletions
  1. 0 6
      board/freescale/mx31ads/mx31ads.c

+ 0 - 6
board/freescale/mx31ads/mx31ads.c

@@ -36,12 +36,6 @@ int dram_init(void)
 	return 0;
 }
 
-void dram_init_banksize(void)
-{
-	gd->bd->bi_dram[0].start = PHYS_SDRAM_1;
-	gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE;
-}
-
 int board_early_init_f(void)
 {
 	int i;