提交 1e1f3536 编写于 作者: M Masahiro Yamada 提交者: Joe Hershberger

sparc: fix build error on gr_ep2s60 board

Commit 92ac5208 (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: NMasahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: NJoe Hershberger <joe.hershberger@ni.com>
上级 012681b1
...@@ -259,6 +259,7 @@ ...@@ -259,6 +259,7 @@
/* USE GRETH Ethernet Driver */ /* USE GRETH Ethernet Driver */
#define CONFIG_GRETH 1 #define CONFIG_GRETH 1
#endif
#define CONFIG_PHY_ADDR 0x00 #define CONFIG_PHY_ADDR 0x00
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册