]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
malta: enable HUSH parser
authorPaul Burton <paul.burton@imgtec.com>
Thu, 29 Jan 2015 10:38:22 +0000 (10:38 +0000)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Thu, 29 Jan 2015 12:11:02 +0000 (13:11 +0100)
The malta board is used for development and thus the shell is interacted
with often. Enable HUSH to make the experience a little more pleasant.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
include/configs/malta.h

index ed5da6cd73d22556aa3a9b406c5dc53eff949671..4e64cc968d202d8b6b08013ad91b5f859104d58c 100644 (file)
@@ -71,6 +71,7 @@
                                         sizeof(CONFIG_SYS_PROMPT) + 16)
 #define CONFIG_SYS_MAXARGS             16
 
+#define CONFIG_SYS_HUSH_PARSER
 #define CONFIG_AUTO_COMPLETE
 #define CONFIG_CMDLINE_EDITING