diff options
| author | Detlev Zundel <[email protected]> | 2012-02-08 04:49:02 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2012-02-27 21:19:24 +0100 |
| commit | 48a4ee50e4d02a54eb64fb3292c0b274e79e8519 (patch) | |
| tree | cfaebf797e4c53ba221e43e23dd233bda609bc12 /include | |
| parent | fda9c20c808c05907404ece83d8829af44038723 (diff) | |
mcx: Enable command line editing
Signed-off-by: Detlev Zundel <[email protected]>
CC: Stefano Babic <[email protected]>
Diffstat (limited to 'include')
| -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 f3d26ead470..1315c3ceb81 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 */ |
