]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
at91sam9261ek.c: fix minor coding style issue.
authorWolfgang Denk <wd@denx.de>
Mon, 7 Dec 2009 20:06:40 +0000 (21:06 +0100)
committerWolfgang Denk <wd@denx.de>
Mon, 7 Dec 2009 20:50:19 +0000 (21:50 +0100)
Signed-off-by: Wolfgang Denk <wd@denx.de>
board/atmel/at91sam9261ek/at91sam9261ek.c

index 2f6b599a6ba08e462c56f7495e952f859661de4c..7ead2b8977cd976a1374d193f57ef31d522631b8 100644 (file)
@@ -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;