Network commands are enabled by default in include/config_cmd_default.h
Undefining them in sunxi-common.h then causes multiple build warnings when 
re-enabled
If there is good reason to disable by default then their should be a cleaner
way to enable the commands for those who want to use networking

Signed-off-by: Alistair Thomas <astav...@yahoo.co.uk>
---
 include/configs/sunxi-common.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
index 019a1bb..50e8fd3 100644
--- a/include/configs/sunxi-common.h
+++ b/include/configs/sunxi-common.h
@@ -309,8 +309,6 @@
 #endif
 
 #undef CONFIG_CMD_FPGA
-#undef CONFIG_CMD_NET
-#undef CONFIG_CMD_NFS
 
 /* I2C */
 #if !defined CONFIG_SUN6I && !defined CONFIG_SUN8I
-- 
1.8.1.4

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to