summaryrefslogtreecommitdiffstats
path: root/board/freescale/mx31ads/mx31ads.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/mx31ads/mx31ads.c')
-rw-r--r--board/freescale/mx31ads/mx31ads.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/board/freescale/mx31ads/mx31ads.c b/board/freescale/mx31ads/mx31ads.c
index 7637c9281c..4dd1e63a83 100644
--- a/board/freescale/mx31ads/mx31ads.c
+++ b/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;
@@ -105,7 +99,6 @@ int board_early_init_f(void)
int board_init(void)
{
- gd->bd->bi_arch_number = MACH_TYPE_MX31ADS; /* board id for linux */
gd->bd->bi_boot_params = 0x80000100; /* adress of boot parameters */
return 0;
OpenPOWER on IntegriCloud