diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2011-09-22 08:07:11 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-09-30 22:01:03 +0200 |
commit | c3f4f31bcb48521f889c445a3a3f0e7393afa9f7 (patch) | |
tree | 57e0df0af78773ae0dfbc47c353d844e121d545b /board/freescale/mx25pdk | |
parent | 9bd72ebd0ea955055c9eb30fb1511bd7dce22353 (diff) |
mx25pdk: 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>
Diffstat (limited to 'board/freescale/mx25pdk')
-rw-r--r-- | board/freescale/mx25pdk/mx25pdk.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/freescale/mx25pdk/mx25pdk.c b/board/freescale/mx25pdk/mx25pdk.c index 6b5d1fca824..34a3811b12f 100644 --- a/board/freescale/mx25pdk/mx25pdk.c +++ b/board/freescale/mx25pdk/mx25pdk.c @@ -33,12 +33,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) { mx25_uart1_init_pins(); |