commit | 7e10a7c3bc382ff79bb6746944a0a4a0073a0faf | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Apr 04 13:15:23 2016 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 04 13:15:23 2016 -0400 |
tree | 9d2c995a9bc807922cbc6c7966eb98e652c9b99f | |
parent | 30eae26b5629d6b06f11ca92c84ff30d57b784be [diff] | |
parent | ebe7890321250352b812dbbf127a46ef58256d1c [diff] |
Merge git://www.denx.de/git/u-boot-marvell
diff --git a/common/cli.c b/common/cli.c index 5e17da8..18d7e19 100644 --- a/common/cli.c +++ b/common/cli.c
@@ -218,7 +218,7 @@ 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");