]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
microblaze: Do not select NFS for platforms without ethernet
authorMichal Simek <monstr@monstr.eu>
Mon, 28 Feb 2011 09:16:09 +0000 (10:16 +0100)
committerMichal Simek <monstr@monstr.eu>
Mon, 3 Oct 2011 06:01:56 +0000 (08:01 +0200)
Undefined network functionality for systems without ethernet
and disable NFS support.

Signed-off-by: Michal Simek <monstr@monstr.eu>
include/configs/microblaze-generic.h

index 090ab3bc2eb0170629b37acaafe67ef05a2aab66..8cdd72a843aae78e7e3409e3929da895c2f31c67 100644 (file)
@@ -60,6 +60,7 @@
 /*#define      CONFIG_SYS_RESET_ADDRESS        CONFIG_SYS_TEXT_BASE*/
 
 /* ethernet */
+#undef CONFIG_SYS_ENET
 #ifdef XILINX_EMACLITE_BASEADDR
 # define CONFIG_XILINX_EMACLITE                1
 # define CONFIG_SYS_ENET
 #ifndef CONFIG_SYS_ENET
 # undef CONFIG_CMD_NET
 # undef CONFIG_NET_MULTI
+# undef CONFIG_CMD_NFS
 #else
 # define CONFIG_CMD_PING
 # define CONFIG_CMD_DHCP