]> Git Repo - J-u-boot.git/commitdiff
sparc: fix build error on gr_ep2s60 board
authorMasahiro Yamada <[email protected]>
Tue, 26 May 2015 01:58:31 +0000 (10:58 +0900)
committerJoe Hershberger <[email protected]>
Mon, 1 Jun 2015 14:33:21 +0000 (09:33 -0500)
Commit 92ac52082140 (net: Remove all references to CONFIG_ETHADDR
and friends) accidentally dropped #endif.  Since then, gr_ep2s60
could not build.

scripts/kconfig/conf --silentoldconfig Kconfig
  CHK     include/config.h
  GEN     include/autoconf.mk
In file included from include/config.h:5:0,
                 from ./include/common.h:18:
include/configs/gr_ep2s60.h:15:0: error: unterminated #ifndef
 #ifndef __CONFIG_H__
 ^
make[1]: *** [include/autoconf.mk] Error 1

Signed-off-by: Masahiro Yamada <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
include/configs/gr_ep2s60.h

index 7c320eeb64c29b94489ece916c5629dd1802e9a7..dd8653a8792e9bdf99014e1241c568a727307154 100644 (file)
 
 /* USE GRETH Ethernet Driver */
 #define CONFIG_GRETH   1
+#endif
 
 #define CONFIG_PHY_ADDR         0x00
 
This page took 0.03774 seconds and 4 git commands to generate.