Message ID | 1269548963-18976-1-git-send-email-fransmeulenbroeks@gmail.com |
---|---|
State | Not Applicable |
Delegated to: | Prafulla Wadaskar |
Headers | show |
diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h index fc401a8..fa6eaf4 100644 --- a/include/configs/sheevaplug.h +++ b/include/configs/sheevaplug.h @@ -46,6 +46,11 @@ #define CONFIG_KIRKWOOD_RGMII_PAD_1V8 /* Set RGMII Pad voltage to 1.8V */ /* + * Miscellaneous configurable options + */ +#define CONFIG_SYS_LONGHELP /* undef to save memory */ + +/* * CLKs configurations */ #define CONFIG_SYS_HZ 1000 @@ -97,6 +102,7 @@ #define CONFIG_CMD_NAND #define CONFIG_CMD_PING #define CONFIG_CMD_USB +#define CONFIG_SYS_LONGHELP /* * NAND configuration
long help is more convenient to the user and the room for it is available... Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> --- include/configs/sheevaplug.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-)