From: Michal Simek Date: Wed, 14 Jan 2015 16:06:19 +0000 (+0100) Subject: zynqmp: Enable TIME and TIMER commands X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=60ef8cb2aa9972a7f457cbcb24ea0c989953abd9;p=thirdparty%2Fu-boot.git zynqmp: Enable TIME and TIMER commands Signed-off-by: Michal Simek --- diff --git a/configs/xilinx_zynqmp_defconfig b/configs/xilinx_zynqmp_defconfig index 0a1d7e03077..124a4e16c38 100644 --- a/configs/xilinx_zynqmp_defconfig +++ b/configs/xilinx_zynqmp_defconfig @@ -12,5 +12,7 @@ CONFIG_CMD_NET=y CONFIG_CMD_TFTPPUT=y CONFIG_CMD_DHCP=y CONFIG_CMD_PING=y +CONFIG_CMD_TIME=y CONFIG_CMD_MISC=y +CONFIG_CMD_TIMER=y CONFIG_DEFAULT_DEVICE_TREE="zynqmp"