From: Paul Burton Date: Thu, 29 Jan 2015 10:38:22 +0000 (+0000) Subject: malta: enable HUSH parser X-Git-Tag: v2025.01-rc5-pxa1908~13827^2~6 X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=a3bdaacaf61deb74565d1b9e9ad3497b6f7a4051;p=u-boot.git 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 Cc: Daniel Schwierzeck --- 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