From: Masahiro Yamada Date: Tue, 26 May 2015 01:58:31 +0000 (+0900) Subject: sparc: fix build error on gr_ep2s60 board X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1e1f35368513cc4da275d7047cc934a92ea422da;p=people%2Fms%2Fu-boot.git sparc: fix build error on gr_ep2s60 board 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 Acked-by: Joe Hershberger --- diff --git a/include/configs/gr_ep2s60.h b/include/configs/gr_ep2s60.h index 7c320eeb64..dd8653a879 100644 --- a/include/configs/gr_ep2s60.h +++ b/include/configs/gr_ep2s60.h @@ -259,6 +259,7 @@ /* USE GRETH Ethernet Driver */ #define CONFIG_GRETH 1 +#endif #define CONFIG_PHY_ADDR 0x00