summaryrefslogtreecommitdiffstats
path: root/arch/ppc
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/ppc
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/ppc')
-rw-r--r--arch/ppc/configs/pcm030_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/ppc/configs/pcm030_defconfig b/arch/ppc/configs/pcm030_defconfig
index c03750293c..d2ff16c71b 100644
--- a/arch/ppc/configs/pcm030_defconfig
+++ b/arch/ppc/configs/pcm030_defconfig
@@ -31,7 +31,8 @@ CONFIG_CMD_UNCOMPRESS=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_ARCH_MPC5XXX=y
CONFIG_MACH_PHYCORE_MPC5200B_TINY=y
CONFIG_DRIVER_NET_MPC5200=y