From 16060854095036d5becc2c850641955a47d327d1 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Tue, 13 Oct 2020 18:45:05 +0800 Subject: 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 --- configs/s5pc210_universal_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/s5pc210_universal_defconfig') diff --git a/configs/s5pc210_universal_defconfig b/configs/s5pc210_universal_defconfig index db1d64c..759034a 100644 --- a/configs/s5pc210_universal_defconfig +++ b/configs/s5pc210_universal_defconfig @@ -25,7 +25,7 @@ CONFIG_CMD_MMC=y CONFIG_CMD_USB_MASS_STORAGE=y # CONFIG_CMD_NET is not set CONFIG_CMD_CACHE=y -# CONFIG_CMD_MISC is not set +# CONFIG_CMD_SLEEP is not set CONFIG_CMD_EXT4_WRITE=y CONFIG_MTDPARTS_DEFAULT="mtdparts=samsung-onenand:128k(s-boot),896k(bootloader),256k(params),2816k(config),8m(csa),7m(kernel),1m(log),12m(modem),60m(qboot),-(UBI)" CONFIG_OF_CONTROL=y -- cgit v1.1