aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChe-liang Chiou <clchiou@chromium.org>2011-10-06 23:40:48 +0000
committerWolfgang Denk <wd@denx.de>2011-10-09 23:24:48 +0200
commitca366d0e382bed14c7914e2327c6460ecdddcffd (patch)
tree528a6a5cb6648782c4dd41080f807d84058b6b8d /README
parent6feff899ef161541258f91d8f4a4b5ebe8cad20d (diff)
cmd_time: add time command
The 'time' command runs and reports execution time of commands. Sample usage: -------------------- u-boot# time crc 0x1000 1000 CRC32 for 00001000 ... 00001fff ==> ae94dc4b time: 0.004 seconds, 4 ticks -------------------- Signed-off-by: Che-Liang Chiou <clchiou@chromium.org> Acked-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index c5cfb13a4..3a8938f4e 100644
--- a/README
+++ b/README
@@ -783,6 +783,7 @@ The following options need to be configured:
CONFIG_CMD_SOURCE "source" command Support
CONFIG_CMD_SPI * SPI serial bus support
CONFIG_CMD_TFTPSRV * TFTP transfer in server mode
+ CONFIG_CMD_TIME * run command and report execution time
CONFIG_CMD_USB * USB support
CONFIG_CMD_CDP * Cisco Discover Protocol support
CONFIG_CMD_FSL * Microblaze FSL support