[U-Boot] [PATCH] sheevaplug: enabled long help

Frans Meulenbroeks fransmeulenbroeks at gmail.com
Thu Mar 25 21:29:23 CET 2010


long help is more convenient to the user and the room for it is available...

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
---
 include/configs/sheevaplug.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

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
-- 
1.6.4.2



More information about the U-Boot mailing list