diff options
| author | DrEagle <[email protected]> | 2014-09-07 18:01:24 +0200 |
|---|---|---|
| committer | Prafulla Wadaskar <[email protected]> | 2014-10-01 07:05:09 -0400 |
| commit | 8ca21cbea2671bad315cc93ab636a95d95bac058 (patch) | |
| tree | 5713264e514dfea0e6023019c90f060d548f9028 /include | |
| parent | 1e3d64031608d668509b6fe0825f7708bb6b6a0d (diff) | |
ARM: sheevaplug: add HUSH parser
This patch add HUSH command parser
Signed-off-by: Gerald Kerma <[email protected]>
Changes in v1:
- add HUSH command parser
Signed-off-by: Prafulla Wadaskar <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/sheevaplug.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h index 62f46b7e195..71be8238998 100644 --- a/include/configs/sheevaplug.h +++ b/include/configs/sheevaplug.h @@ -31,6 +31,11 @@ #define CONFIG_LZO /* + * Miscellaneous configurable options + */ +#define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ + +/* * Commands configuration */ #define CONFIG_SYS_NO_FLASH /* Declare no flash (NOR/SPI) */ |
