DM9000 init for pm9261

Signed-off-by: Ilko Iliev <iliev@ronetix.at>
This commit is contained in:
Ilko Iliev 2009-09-05 02:51:34 +02:00 committed by Jean-Christophe PLAGNIOL-VILLARD
parent c35d7cf071
commit e830b66b35

View File

@ -250,6 +250,13 @@ int board_init(void)
return 0;
}
#ifdef CONFIG_DRIVER_DM9000
int board_eth_init(bd_t *bis)
{
return dm9000_initialize(bis);
}
#endif
int dram_init(void)
{
gd->bd->bi_dram[0].start = PHYS_SDRAM;