commit | 7c4f7be4b5249cde704a6a5b549c0dcc95708dcd | [log] [tgz] |
---|---|---|
author | Bin Meng <bin.meng@windriver.com> | Tue Oct 13 18:45:05 2020 +0800 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 23 13:33:07 2020 -0400 |
tree | c2d9a58465dc44157fa96054638ce03b6efaf471 | |
parent | 06841cc81761098b26c77c33c09a5b8a83edea99 [diff] [blame] |
cmd: Rename CMD_MISC to CMD_SLEEP The "cmd/Kconfig" has a TODO description for CMD_MISC that it should really be named as CMD_SLEEP. Change it in the whole source tree. Signed-off-by: Bin Meng <bin.meng@windriver.com>
diff --git a/cmd/Kconfig b/cmd/Kconfig index a3166e4..cc7e931 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig
@@ -1708,8 +1708,7 @@ help Print bytes from the hardware random number generator. -# TODO: rename to CMD_SLEEP -config CMD_MISC +config CMD_SLEEP bool "sleep" default y help