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 --- cmd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/Makefile') diff --git a/cmd/Makefile b/cmd/Makefile index 19a8916..70fe52b 100644 --- a/cmd/Makefile +++ b/cmd/Makefile @@ -95,7 +95,7 @@ obj-$(CONFIG_CMD_IO) += io.o obj-$(CONFIG_CMD_MFSL) += mfsl.o obj-$(CONFIG_CMD_MII) += mii.o obj-$(CONFIG_CMD_MDIO) += mdio.o -obj-$(CONFIG_CMD_MISC) += misc.o +obj-$(CONFIG_CMD_SLEEP) += sleep.o obj-$(CONFIG_CMD_MMC) += mmc.o obj-$(CONFIG_MP) += mp.o obj-$(CONFIG_CMD_MTD) += mtd.o -- cgit v1.1