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
...@@ -270,6 +270,7 @@ int board_init(void) ...@@ -270,6 +270,7 @@ int board_init(void)
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.
Please register or to comment