summaryrefslogtreecommitdiff
path: root/cmd/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/cpu.c')
-rw-r--r--cmd/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/cpu.c b/cmd/cpu.c
index a09736e1bb..314852440f 100644
--- a/cmd/cpu.c
+++ b/cmd/cpu.c
@@ -83,7 +83,7 @@ static int do_cpu_detail(struct cmd_tbl *cmdtp, int flag, int argc,
return 0;
}
-#if CONFIG_IS_ENABLED(SYS_LONGHELP)
+#if IS_ENABLED(CONFIG_SYS_LONGHELP)
static char cpu_help_text[] =
"list - list available CPUs\n"
"cpu detail - show CPU detail"