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>
master
DrEagle 11 years ago committed by Prafulla Wadaskar
parent 1e3d640316
commit 8ca21cbea2
  1. 5
      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) */

Loading…
Cancel
Save