projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e3d640
)
ARM: sheevaplug: add HUSH parser
author
DrEagle
<dreagle@doukki.net>
Sun, 7 Sep 2014 16:01:24 +0000
(18:01 +0200)
committer
Prafulla Wadaskar
<prafulla@marvell.com>
Wed, 1 Oct 2014 11:05:09 +0000
(07:05 -0400)
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>
include/configs/sheevaplug.h
patch
|
blob
|
history
diff --git
a/include/configs/sheevaplug.h
b/include/configs/sheevaplug.h
index 62f46b7e19509d8df9df1fccfbe0b19b680789f2..71be8238998b7a077bfa32d42e4f6922d8c230ef 100644
(file)
--- 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
*/