summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPaul Burton <paul.burton@imgtec.com>2015-01-29 10:38:22 +0000
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2015-01-29 13:11:02 +0100
commita3bdaacaf61deb74565d1b9e9ad3497b6f7a4051 (patch)
tree0fc85fc7e02d0603cbcefa8ad77f6ec6cf3beedb /include
parent28c8c3d40fcc96e57d87c4a770adf7f11193bd69 (diff)
downloadblackbird-obmc-uboot-a3bdaacaf61deb74565d1b9e9ad3497b6f7a4051.tar.gz
blackbird-obmc-uboot-a3bdaacaf61deb74565d1b9e9ad3497b6f7a4051.zip
malta: enable HUSH parser
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/malta.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/malta.h b/include/configs/malta.h
index ed5da6cd73..4e64cc968d 100644
--- a/include/configs/malta.h
+++ b/include/configs/malta.h
@@ -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
OpenPOWER on IntegriCloud