summaryrefslogtreecommitdiff
path: root/configs/odroid_defconfig
diff options
context:
space:
mode:
authorBin Meng <bin.meng@windriver.com>2020-10-13 13:45:05 +0300
committerTom Rini <trini@konsulko.com>2020-10-23 20:33:07 +0300
commit16060854095036d5becc2c850641955a47d327d1 (patch)
treec2d9a58465dc44157fa96054638ce03b6efaf471 /configs/odroid_defconfig
parentae897022d7bdf1466584f54655efe89e2f67ca82 (diff)
downloadu-boot-16060854095036d5becc2c850641955a47d327d1.tar.xz
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_defconfig')
-rw-r--r--configs/odroid_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/odroid_defconfig b/configs/odroid_defconfig
index 25c7e98313..9f2b0b205d 100644
--- a/configs/odroid_defconfig
+++ b/configs/odroid_defconfig
@@ -32,7 +32,7 @@ CONFIG_CMD_USB=y
CONFIG_CMD_USB_MASS_STORAGE=y
# CONFIG_CMD_NFS is not set
CONFIG_CMD_CACHE=y
-# CONFIG_CMD_MISC is not set
+# CONFIG_CMD_SLEEP is not set
CONFIG_CMD_PMIC=y
CONFIG_CMD_REGULATOR=y
CONFIG_CMD_EXT4_WRITE=y