From d7c64eb17757f84ff921ba10c76b11dde14750f8 Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Wed, 2 Aug 2017 19:26:56 +0900 Subject: [PATCH] tizen: enable nfsdown command support Enable nfsdown command support for odroid-u3. Change-Id: I395ee791ed4da7ed75f84d4357949641622f2148 Signed-off-by: Seung-Woo Kim --- configs/tizen_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/tizen_defconfig b/configs/tizen_defconfig index fecbabeb23..aa69ff1654 100644 --- a/configs/tizen_defconfig +++ b/configs/tizen_defconfig @@ -15,7 +15,6 @@ CONFIG_SYS_PROMPT="U-Boot # " # CONFIG_CMD_IMLS is not set # CONFIG_CMD_XIMG is not set # CONFIG_CMD_FPGA is not set -# CONFIG_CMD_NFS is not set # CONFIG_CMD_MISC is not set CONFIG_CMD_GPT=y CONFIG_CMD_MMC=y @@ -60,3 +59,4 @@ CONFIG_SIG=y CONFIG_BOOTSTAGE=y CONFIG_BOOTSTAGE_FDT=y CONFIG_CMD_BOOTSTAGE=y +CONFIG_CMD_NFS_DOWNLOAD=y -- 2.34.1