From: DrEagle Date: Sun, 7 Sep 2014 16:01:24 +0000 (+0200) Subject: ARM: sheevaplug: add HUSH parser X-Git-Tag: v2014.10~37^2~1^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8ca21cbea2671bad315cc93ab636a95d95bac058;p=u-boot ARM: sheevaplug: add HUSH parser This patch add HUSH command parser Signed-off-by: Gerald Kerma Changes in v1: - add HUSH command parser Signed-off-by: Prafulla Wadaskar --- diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h index 62f46b7e19..71be823899 100644 --- a/include/configs/sheevaplug.h +++ b/include/configs/sheevaplug.h @@ -30,6 +30,11 @@ #define CONFIG_LZMA #define CONFIG_LZO +/* + * Miscellaneous configurable options + */ +#define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ + /* * Commands configuration */