Re: [PATCH v2 2/2] cmd: Split out timer command from the sleep command

2020-10-24 Thread Tom Rini
On Tue, Oct 13, 2020 at 06:45:06PM +0800, Bin Meng wrote: > From: Bin Meng > > CONFIG_CMD_TIMER merits a single file instead of co-exist in the > sleep command file. > > Signed-off-by: Bin Meng Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2 2/2] cmd: Split out timer command from the sleep command

2020-10-13 Thread Bin Meng
From: Bin Meng CONFIG_CMD_TIMER merits a single file instead of co-exist in the sleep command file. Signed-off-by: Bin Meng --- (no changes since v1) cmd/Makefile | 1 + cmd/sleep.c | 28 cmd/timer.c | 34 ++ 3 files changed, 35