summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/cli_readline.h7
-rw-r--r--include/config.h1
2 files changed, 3 insertions, 5 deletions
diff --git a/include/cli_readline.h b/include/cli_readline.h
index b7dc938..4471568 100644
--- a/include/cli_readline.h
+++ b/include/cli_readline.h
@@ -29,10 +29,9 @@ int cli_readline(const FLASH char *const prompt);
* maximum line length is CONFIG_SYS_CBSIZE including a \0 terminator, which
* will always be added.
*
- * The command is echoed as it is typed. Command editing is supported if
- * CONFIG_CMDLINE_EDITING is defined. Tab auto-complete is supported if
- * CONFIG_AUTO_COMPLETE is defined. If CONFIG_BOOT_RETRY_TIME is defined,
- * then a timeout will be applied.
+ * The command is echoed as it is typed. Command editing is supported.
+ * Tab auto-complete is supported if CONFIG_AUTO_COMPLETE is defined.
+ * If CONFIG_BOOT_RETRY_TIME is defined, then a timeout will be applied.
*
* If CONFIG_BOOT_RETRY_TIME is defined and retry_time >= 0,
* time out when time goes past endtime (timebase time in ticks).
diff --git a/include/config.h b/include/config.h
index 7fc1b5e..1501989 100644
--- a/include/config.h
+++ b/include/config.h
@@ -61,7 +61,6 @@
#define CONFIG_SYS_FBOOTSIG "Peda"
-#define CONFIG_CMDLINE_EDITING 1
/* TODO: */
//#define CONFIG_AUTO_COMPLETE 1