summaryrefslogtreecommitdiffstats
path: root/common/cmd_time.c
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2014-05-15 00:20:54 +0200
committerMarek Vasut <marex@denx.de>2014-05-15 00:20:54 +0200
commit4180b3dba25c2c28cc4502f1c9f1cbad2a9972b8 (patch)
treece2ac59e3f933e6c7f220edf3b14a2e46174ef14 /common/cmd_time.c
parentfc25fa27e5f439705e9ca42182014e2d75d9f0ae (diff)
parent2072e7262965bb48d7fffb1e283101e6ed8b21a8 (diff)
downloadu-boot-4180b3dba25c2c28cc4502f1c9f1cbad2a9972b8.tar.gz
u-boot-4180b3dba25c2c28cc4502f1c9f1cbad2a9972b8.tar.xz
u-boot-4180b3dba25c2c28cc4502f1c9f1cbad2a9972b8.zip
Merge remote-tracking branch 'u-boot/master' into test
Diffstat (limited to 'common/cmd_time.c')
-rw-r--r--common/cmd_time.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/cmd_time.c b/common/cmd_time.c
index 5180cb46a8..de57e3b9dd 100644
--- a/common/cmd_time.c
+++ b/common/cmd_time.c
@@ -21,8 +21,7 @@ static void report_time(ulong cycles)
printf("\ntime:");
if (minutes)
printf(" %lu minutes,", minutes);
- printf(" %lu.%03lu seconds, %lu ticks\n",
- seconds, milliseconds, cycles);
+ printf(" %lu.%03lu seconds\n", seconds, milliseconds);
}
static int do_time(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])