mx31pdk: 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>
This commit is contained in:
Fabio Estevam 2011-09-22 08:07:10 +00:00 committed by Albert ARIBAUD
parent 8edcc6f221
commit 9bd72ebd0e

View file

@ -47,12 +47,6 @@ int dram_init(void)
return 0; 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 board_early_init_f(void)
{ {
/* CS5: CPLD incl. network controller */ /* CS5: CPLD incl. network controller */