summaryrefslogtreecommitdiffstats
path: root/arch/ppc
diff options
context:
space:
mode:
authorRenaud Barbier <renaud.barbier@ge.com>2013-06-25 14:10:00 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-06-25 22:16:56 +0200
commit9bd04c9adb6f0adaf408773d114d0f183e8f6943 (patch)
tree29b162bdce126658eace0c80a1baf1125a4e1890 /arch/ppc
parenteb99c09f7c7edf27188e2d3e70773f9d29b93547 (diff)
downloadbarebox-9bd04c9adb6f0adaf408773d114d0f183e8f6943.tar.gz
barebox-9bd04c9adb6f0adaf408773d114d0f183e8f6943.tar.xz
P2020RDB: update build configuration
Update the P2020RDB build configuration to enable useful development commands. Signed-off-by: Renaud Barbier <renaud.barbier@ge.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/ppc')
-rw-r--r--arch/ppc/configs/p2020rdb_defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/ppc/configs/p2020rdb_defconfig b/arch/ppc/configs/p2020rdb_defconfig
index 7690327424..0f77903286 100644
--- a/arch/ppc/configs/p2020rdb_defconfig
+++ b/arch/ppc/configs/p2020rdb_defconfig
@@ -24,9 +24,11 @@ CONFIG_RELOCATABLE=y
CONFIG_DRIVER_NET_GIANFAR=y
CONFIG_NET=y
CONFIG_NET_PING=y
+CONFIG_FS_TFTP=y
CONFIG_NET_TFTP=y
+CONFIG_CMD_TFTP=y
CONFIG_PING=y
-CONFIG_TFTP=y
CONFIG_I2C=y
CONFIG_I2C_IMX=y
CONFIG_CMD_I2C=y
+CONFIG_CMD_MIITOOL=y