Skip to content
Snippets Groups Projects
Commit e8fac25e authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

at91sam9261ek.c: fix minor coding style issue.


Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent 4713010a
No related branches found
No related tags found
No related merge requests found
...@@ -265,11 +265,12 @@ int board_init(void) ...@@ -265,11 +265,12 @@ int board_init(void)
} }
#ifdef CONFIG_DRIVER_DM9000 #ifdef CONFIG_DRIVER_DM9000
int board_eth_init(bd_t *bis) int board_eth_init(bd_t *bis)
{ {
return dm9000_initialize(bis); return dm9000_initialize(bis);
} }
#endif #endif
int dram_init(void) int dram_init(void)
{ {
gd->bd->bi_dram[0].start = PHYS_SDRAM; gd->bd->bi_dram[0].start = PHYS_SDRAM;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment