summaryrefslogtreecommitdiffstats
path: root/configs/xilinx_zynqmp_ep_defconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2015-08-03 13:19:39 +0200
committerMichal Simek <michal.simek@xilinx.com>2015-08-19 11:26:51 +0200
commitbe1a8c27c477ec66b032a3583a8089d01537cd14 (patch)
tree1f0a3106011e09ce772df7601c2f1ed50a02fc40 /configs/xilinx_zynqmp_ep_defconfig
parentbb446b7a984b1ae1f7e5d7929fec6debff438a1d (diff)
downloadtalos-obmc-uboot-be1a8c27c477ec66b032a3583a8089d01537cd14.tar.gz
talos-obmc-uboot-be1a8c27c477ec66b032a3583a8089d01537cd14.zip
configs: zynqmp: Enable networking by default for EP108
Enable networking for EP108 by default. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/xilinx_zynqmp_ep_defconfig')
-rw-r--r--configs/xilinx_zynqmp_ep_defconfig10
1 files changed, 6 insertions, 4 deletions
diff --git a/configs/xilinx_zynqmp_ep_defconfig b/configs/xilinx_zynqmp_ep_defconfig
index 9c4d872138..fc2ce2a144 100644
--- a/configs/xilinx_zynqmp_ep_defconfig
+++ b/configs/xilinx_zynqmp_ep_defconfig
@@ -1,6 +1,8 @@
CONFIG_ARM=y
CONFIG_ARCH_ZYNQMP=y
+CONFIG_SYS_TEXT_BASE=0x8000000
CONFIG_DEFAULT_DEVICE_TREE="zynqmp-ep"
+CONFIG_SYS_PROMPT="ZynqMP> "
# CONFIG_CMD_CONSOLE is not set
# CONFIG_CMD_IMLS is not set
# CONFIG_CMD_XIMG is not set
@@ -11,10 +13,10 @@ CONFIG_DEFAULT_DEVICE_TREE="zynqmp-ep"
# CONFIG_CMD_FPGA is not set
# CONFIG_CMD_ITEST is not set
# CONFIG_CMD_SETEXPR is not set
-# CONFIG_CMD_NET is not set
+CONFIG_CMD_TFTPPUT=y
+CONFIG_CMD_DHCP=y
# CONFIG_CMD_NFS is not set
+CONFIG_CMD_PING=y
CONFIG_CMD_TIME=y
CONFIG_CMD_TIMER=y
-CONFIG_SYS_TEXT_BASE=0x8000000
-CONFIG_SYS_PROMPT="ZynqMP> "
-
+# CONFIG_REGEX is not set
OpenPOWER on IntegriCloud