diff options
Diffstat (limited to 'board/shmin/shmin.c')
-rw-r--r-- | board/shmin/shmin.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/board/shmin/shmin.c b/board/shmin/shmin.c index 74d1e39734..42bd1261b2 100644 --- a/board/shmin/shmin.c +++ b/board/shmin/shmin.c @@ -33,16 +33,6 @@ int board_init(void) return 0; } -int dram_init(void) -{ - DECLARE_GLOBAL_DATA_PTR; - - gd->bd->bi_memstart = CONFIG_SYS_SDRAM_BASE; - gd->bd->bi_memsize = CONFIG_SYS_SDRAM_SIZE; - printf("DRAM: %dMB\n", CONFIG_SYS_SDRAM_SIZE / (1024 * 1024)); - return 0; -} - int board_eth_init(bd_t *bis) { return ne2k_register(); |