[U-Boot] [PATCH] openrd: Undefine CONFIG_CMD_NFS
Tom Rini
trini at ti.com
Thu Oct 23 17:01:46 CEST 2014
In order to fit within the current binary size limits, drop the 'nfs'
command support.
Cc: Prafulla Wadaskar <prafulla at marvell.com>
Signed-off-by: Tom Rini <trini at ti.com>
---
include/configs/openrd.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/openrd.h b/include/configs/openrd.h
index b6f80af..7d666b0 100644
--- a/include/configs/openrd.h
+++ b/include/configs/openrd.h
@@ -45,6 +45,7 @@
#define CONFIG_SYS_NO_FLASH /* Declare no flash (NOR/SPI) */
#define CONFIG_SYS_MVFS
#include <config_cmd_default.h>
+#undef CONFIG_CMD_NFS
#define CONFIG_CMD_DHCP
#define CONFIG_CMD_ENV
#define CONFIG_CMD_MII
--
1.7.9.5
More information about the U-Boot
mailing list