]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cmd_time: merge run_command_and_time_it with cmd_process
authorRichard Genoud <richard.genoud@gmail.com>
Mon, 3 Dec 2012 06:28:28 +0000 (06:28 +0000)
committerTom Rini <trini@ti.com>
Mon, 4 Feb 2013 14:14:02 +0000 (09:14 -0500)
commit34765e88532dfe0f8210baba9f9482de470d2202
tree0cfee1c2441fe9f491eaaa377cd481936fc9a004
parentb2f3e0ea3e469a759fd74832ce551e3384bc07c0
cmd_time: merge run_command_and_time_it with cmd_process

As far as every arch has a get_timer function,
run_command_and_time_it code can now disappear.

Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
Acked-By: Che-Liang Chiou <clchiou@chromium.org>
[trini: s/ulong/unsigned long/ in command.h portion]
Signed-off-by: Tom Rini <trini@ti.com>
common/cmd_time.c
common/command.c
common/hush.c
common/main.c
include/command.h