diff options
| -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 |