summaryrefslogtreecommitdiffstats
path: root/common/cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/cli.c')
-rw-r--r--common/cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cli.c b/common/cli.c
index 5e17da897c..18d7e198a8 100644
--- a/common/cli.c
+++ b/common/cli.c
@@ -218,7 +218,7 @@ void cli_loop(void)
parse_file_outer();
/* This point is never reached */
for (;;);
-#elif defined(CONFIG_CMDINE)
+#elif defined(CONFIG_CMDLINE)
cli_simple_loop();
#else
printf("## U-Boot command line is disabled. Please enable CONFIG_CMDLINE\n");
OpenPOWER on IntegriCloud