summaryrefslogtreecommitdiffstats
path: root/arch/sandbox
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-09-27 14:54:44 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-09-28 16:23:55 +0200
commitb51a11be845bd63f11b8348a68c0993d47e87466 (patch)
treed0a90ea22b5c6e34ab012629138205d0f8386678 /arch/sandbox
parent4183b9ab586b7aa74d6a00bbf4db13384b707bde (diff)
downloadbarebox-b51a11be845bd63f11b8348a68c0993d47e87466.tar.gz
barebox-b51a11be845bd63f11b8348a68c0993d47e87466.tar.xz
defconfig: Switch all defconfig to new tftp command
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/configs/sandbox_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sandbox/configs/sandbox_defconfig b/arch/sandbox/configs/sandbox_defconfig
index d105584a81..2ee7f782ed 100644
--- a/arch/sandbox/configs/sandbox_defconfig
+++ b/arch/sandbox/configs/sandbox_defconfig
@@ -21,7 +21,8 @@ CONFIG_CMD_PARTITION=y
CONFIG_NET=y
CONFIG_NET_DHCP=y
CONFIG_NET_PING=y
-CONFIG_NET_TFTP=y
+CONFIG_CMD_TFTP=y
+CONFIG_FS_TFTP=y
CONFIG_DRIVER_NET_TAP=y
# CONFIG_SPI is not set
CONFIG_FS_CRAMFS=y