Re: [U-Boot] [PATCH V3] cmd_time: add time command

2011-10-09 Thread Wolfgang Denk
Dear Che-Liang Chiou, In message <1317980448-25774-1-git-send-email-clch...@chromium.org> you wrote: > The 'time' command runs and reports execution time of commands. > > Sample usage: > > u-boot# time crc 0x1000 1000 > CRC32 for 1000 ... 1fff ==> ae94dc4b > > time:

Re: [U-Boot] [PATCH V3] cmd_time: add time command

2011-10-07 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH V3] cmd_time: add time command

2011-10-07 Thread Che-Liang Chiou
The 'time' command runs and reports execution time of commands. Sample usage: u-boot# time crc 0x1000 1000 CRC32 for 1000 ... 1fff ==> ae94dc4b time: 0.004 seconds, 4 ticks Signed-off-by: Che-Liang Chiou --- Changes since V2 - Remove CONFIG_CM