[U-Boot] [PATCH] mcx: Enable command line editing

8 Feb
2012
8 Feb
'12
3:49 p.m.
Signed-off-by: Detlev Zundel dzu@denx.de CC: Stefano Babic sbabic@denx.de --- 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 0940e86..fcc32d6 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 */
--
1.7.7.6
4838
Age (days ago)
4838
Last active (days ago)
0 comments
1 participants
participants (1)
-
Detlev Zundel