diff options
| author | Marek Vasut <marek.vasut@gmail.com> | 2011-11-12 03:35:50 +0100 |
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-12-06 23:59:32 +0100 |
| commit | 7c7204db357eedc93b3b0ff1b760f58263b6c789 (patch) | |
| tree | f89f634a4f7e822280e08ea33763a1d3c374c52d | |
| parent | 411b9eaf554225c12ca253473002d0381cfec4ff (diff) | |
| download | olio-uboot-2014.01-7c7204db357eedc93b3b0ff1b760f58263b6c789.tar.xz olio-uboot-2014.01-7c7204db357eedc93b3b0ff1b760f58263b6c789.zip | |
PXA: Enable command line editing for vpac270
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
| -rw-r--r-- | include/configs/vpac270.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/vpac270.h b/include/configs/vpac270.h index 8accebfce..41f8a6b01 100644 --- a/include/configs/vpac270.h +++ b/include/configs/vpac270.h @@ -158,6 +158,8 @@ #define CONFIG_SYS_MAXARGS 16 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE #define CONFIG_SYS_DEVICE_NULLDEV 1 +#define CONFIG_CMDLINE_EDITING 1 +#define CONFIG_AUTO_COMPLETE 1 /* * Clock Configuration |