diff options
author | Bin Meng | 2020-10-13 18:45:05 +0800 |
---|---|---|
committer | Tom Rini | 2020-10-23 13:33:07 -0400 |
commit | 16060854095036d5becc2c850641955a47d327d1 (patch) | |
tree | c2d9a58465dc44157fa96054638ce03b6efaf471 /configs/vexpress_aemv8a_juno_defconfig | |
parent | ae897022d7bdf1466584f54655efe89e2f67ca82 (diff) |
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 'configs/vexpress_aemv8a_juno_defconfig')
-rw-r--r-- | configs/vexpress_aemv8a_juno_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/vexpress_aemv8a_juno_defconfig b/configs/vexpress_aemv8a_juno_defconfig index c3684257f1d..005d3d17899 100644 --- a/configs/vexpress_aemv8a_juno_defconfig +++ b/configs/vexpress_aemv8a_juno_defconfig @@ -29,7 +29,7 @@ CONFIG_CMD_USB=y # CONFIG_CMD_SETEXPR is not set # CONFIG_CMD_NFS is not set CONFIG_CMD_CACHE=y -# CONFIG_CMD_MISC is not set +# CONFIG_CMD_SLEEP is not set CONFIG_CMD_UBI=y CONFIG_OF_BOARD=y CONFIG_ENV_IS_IN_FLASH=y |