]> git.ipfire.org Git - people/ms/u-boot.git/commit
sparc: fix build error on gr_ep2s60 board
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 26 May 2015 01:58:31 +0000 (10:58 +0900)
committerJoe Hershberger <joe.hershberger@ni.com>
Mon, 1 Jun 2015 14:33:21 +0000 (09:33 -0500)
commit1e1f35368513cc4da275d7047cc934a92ea422da
tree6eedab6feff6b638c5448cb61ab924b130f7a2a2
parent012681b1fa822492bb8fdc5c2dd3d24d6092e110
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 <yamada.masahiro@socionext.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
include/configs/gr_ep2s60.h