From 48a4ee50e4d02a54eb64fb3292c0b274e79e8519 Mon Sep 17 00:00:00 2001 From: Detlev Zundel Date: Wed, 8 Feb 2012 04:49:02 +0000 Subject: [PATCH] mcx: Enable command line editing Signed-off-by: Detlev Zundel CC: Stefano Babic --- include/configs/mcx.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/mcx.h b/include/configs/mcx.h index f3d26ea..1315c3c 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 */ -- 2.7.4