提交 e830b66b 编写于 作者: I Ilko Iliev 提交者: Jean-Christophe PLAGNIOL-VILLARD

DM9000 init for pm9261

Signed-off-by: NIlko Iliev <iliev@ronetix.at>
上级 c35d7cf0
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册