
23 Oct
2014
23 Oct
'14
5:01 p.m.
In order to fit within the current binary size limits, drop the 'nfs' command support.
Cc: Prafulla Wadaskar prafulla@marvell.com Signed-off-by: Tom Rini trini@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