cmd: Split out timer command from the sleep command
authorBin Meng <bin.meng@windriver.com>
Tue, 13 Oct 2020 10:45:06 +0000 (18:45 +0800)
committerTom Rini <trini@konsulko.com>
Fri, 23 Oct 2020 17:33:07 +0000 (13:33 -0400)
commit3c7bb897183fb0d5617c34030857c264efe503d3
tree8fb74389de3dcaa28388ee70ab1b28c0d64b736b
parent16060854095036d5becc2c850641955a47d327d1
cmd: Split out timer command from the sleep command

CONFIG_CMD_TIMER merits a single file instead of co-exist in the
sleep command file.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
cmd/Makefile
cmd/sleep.c
cmd/timer.c [new file with mode: 0644]