瀏覽代碼

ARM: sheevaplug: add HUSH parser

This patch add HUSH command parser

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

 Changes in v1:
 - add HUSH command parser
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
DrEagle 10 年之前
父節點
當前提交
8ca21cbea2
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      include/configs/sheevaplug.h

+ 5 - 0
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
  */