diff mbox

[U-Boot,5/5] ARM: sheevaplug: add HUSH parser

Message ID 1410105684-12506-6-git-send-email-drEagle@doukki.net
State Accepted
Delegated to: Prafulla Wadaskar
Headers show

Commit Message

DrEagle Sept. 7, 2014, 4:01 p.m. UTC
This patch add HUSH command parser

Signed-off-by: Gerald Kerma <drEagle@doukki.net>

 Changes in v1:
 - add HUSH command parser

---
 include/configs/sheevaplug.h | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox

Patch

diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h
index 62f46b7..6428c83 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
  */