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 /configs/odroid-go2_defconfig | |
parent | ae897022d7bdf1466584f54655efe89e2f67ca82 (diff) | |
download | u-boot-16060854095036d5becc2c850641955a47d327d1.tar.gz |
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/odroid-go2_defconfig')
-rw-r--r-- | configs/odroid-go2_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/odroid-go2_defconfig b/configs/odroid-go2_defconfig index d1f7a0ffff..853890901a 100644 --- a/configs/odroid-go2_defconfig +++ b/configs/odroid-go2_defconfig @@ -52,7 +52,7 @@ CONFIG_CMD_MMC=y CONFIG_CMD_USB=y CONFIG_CMD_USB_MASS_STORAGE=y # CONFIG_CMD_ITEST is not set -# CONFIG_CMD_MISC is not set +# CONFIG_CMD_SLEEP is not set # CONFIG_SPL_DOS_PARTITION is not set # CONFIG_ISO_PARTITION is not set CONFIG_EFI_PARTITION_ENTRIES_NUMBERS=64 |