diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-08-03 13:19:39 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-08-19 11:26:51 +0200 |
commit | be1a8c27c477ec66b032a3583a8089d01537cd14 (patch) | |
tree | 1f0a3106011e09ce772df7601c2f1ed50a02fc40 | |
parent | bb446b7a984b1ae1f7e5d7929fec6debff438a1d (diff) | |
download | u-boot-imx-be1a8c27c477ec66b032a3583a8089d01537cd14.zip u-boot-imx-be1a8c27c477ec66b032a3583a8089d01537cd14.tar.gz u-boot-imx-be1a8c27c477ec66b032a3583a8089d01537cd14.tar.bz2 |
configs: zynqmp: Enable networking by default for EP108
Enable networking for EP108 by default.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r-- | configs/xilinx_zynqmp_ep_defconfig | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/configs/xilinx_zynqmp_ep_defconfig b/configs/xilinx_zynqmp_ep_defconfig index 9c4d872..fc2ce2a 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 |