From: Stefan Roese Date: Thu, 28 Apr 2016 05:17:16 +0000 (+0200) Subject: arm: socfpga: socrates: Add 'time' command X-Git-Tag: v2016.05~7^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8b1a07493f0ad56fafaccce640a0403500e57a78;p=oweals%2Fu-boot.git arm: socfpga: socrates: Add 'time' command The time command is very helpful for performance and regressions tests. So lets enable it on SoCrates. Signed-off-by: Stefan Roese Cc: Marek Vasut --- diff --git a/configs/socfpga_socrates_defconfig b/configs/socfpga_socrates_defconfig index b64ea158ab..a17e9d0fd9 100644 --- a/configs/socfpga_socrates_defconfig +++ b/configs/socfpga_socrates_defconfig @@ -27,6 +27,7 @@ CONFIG_CMD_DHCP=y CONFIG_CMD_MII=y CONFIG_CMD_PING=y CONFIG_CMD_CACHE=y +CONFIG_CMD_TIME=y CONFIG_CMD_EXT4=y CONFIG_CMD_EXT4_WRITE=y CONFIG_CMD_FAT=y