提交 e8fac25e 编写于 作者: W Wolfgang Denk

at91sam9261ek.c: fix minor coding style issue.

Signed-off-by: NWolfgang Denk <wd@denx.de>
上级 4713010a
......@@ -265,11 +265,12 @@ int board_init(void)
}
#ifdef CONFIG_DRIVER_DM9000
int board_eth_init(bd_t *bis)
{
int board_eth_init(bd_t *bis)
{
return dm9000_initialize(bis);
}
#endif
}
#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.
先完成此消息的编辑!
想要评论请 注册