diff options
author | Bin Meng <bin.meng@windriver.com> | 2020-10-13 18:45:05 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-10-23 13:33:07 -0400 |
commit | 16060854095036d5becc2c850641955a47d327d1 (patch) | |
tree | c2d9a58465dc44157fa96054638ce03b6efaf471 /cmd/Kconfig | |
parent | ae897022d7bdf1466584f54655efe89e2f67ca82 (diff) | |
download | u-boot-16060854095036d5becc2c850641955a47d327d1.zip u-boot-16060854095036d5becc2c850641955a47d327d1.tar.gz u-boot-16060854095036d5becc2c850641955a47d327d1.tar.bz2 |
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>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r-- | cmd/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index a3166e4..cc7e931 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1708,8 +1708,7 @@ config CMD_RNG 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 |