Blackfin: bf537-minotaur/bf537-srv1: undefine nfs when net is disabled

Fixes a build error due to new partial linking logic.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
master
Mike Frysinger 14 years ago
parent baaa4f9ce2
commit 42246c3f21
  1. 1
      include/configs/bf537-minotaur.h
  2. 1
      include/configs/bf537-srv1.h

@ -156,6 +156,7 @@
# define CONFIG_CMD_PING
#else
# undef CONFIG_CMD_NET
# undef CONFIG_CMD_NFS
#endif
#define CONFIG_CMD_BOOTLDR

@ -156,6 +156,7 @@
# define CONFIG_CMD_PING
#else
# undef CONFIG_CMD_NET
# undef CONFIG_CMD_NFS
#endif
#define CONFIG_CMD_BOOTLDR

Loading…
Cancel
Save