]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/command.h
OMAP3: Add OMAP3 auto detection
[karo-tx-uboot.git] / include / command.h
index 58992e9796fcac75f59ac55ab8de1e0019bcdde8..d7321af92bcfe02c570d0f9096e7fa6dee03ce41 100644 (file)
 #define NULL   0
 #endif
 
+/* Default to a width of 8 characters for help message command width */
+#ifndef CONFIG_SYS_HELP_CMD_WIDTH
+#define CONFIG_SYS_HELP_CMD_WIDTH      8
+#endif
+
 #ifndef        __ASSEMBLY__
 /*
  * Monitor Command Table