diff options
| author | Detlev Zundel <dzu@denx.de> | 2012-02-08 04:49:02 +0000 | 
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-02-27 21:19:24 +0100 | 
| commit | 48a4ee50e4d02a54eb64fb3292c0b274e79e8519 (patch) | |
| tree | cfaebf797e4c53ba221e43e23dd233bda609bc12 | |
| parent | fda9c20c808c05907404ece83d8829af44038723 (diff) | |
| download | olio-uboot-2014.01-48a4ee50e4d02a54eb64fb3292c0b274e79e8519.tar.xz olio-uboot-2014.01-48a4ee50e4d02a54eb64fb3292c0b274e79e8519.zip | |
mcx: Enable command line editing
Signed-off-by: Detlev Zundel <dzu@denx.de>
CC: Stefano Babic <sbabic@denx.de>
| -rw-r--r-- | include/configs/mcx.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/configs/mcx.h b/include/configs/mcx.h index f3d26ead4..1315c3ceb 100644 --- a/include/configs/mcx.h +++ b/include/configs/mcx.h @@ -219,6 +219,8 @@  	"else run nandboot; fi"  #define CONFIG_AUTO_COMPLETE +#define CONFIG_CMDLINE_EDITING +  /*   * Miscellaneous configurable options   */ |