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");