mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-23 05:08:24 +00:00
cmd: set CONFIG_SYS_HELP_CMD_WIDTH = 10
CONFIG_SYS_HELP_CMD_WIDTH is used to format the output of help without any arguments. CONFIG_SYS_HELP_CMD_WIDTH = 8 is too narrow to fit all our commands. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
08b1165ca4
commit
9eebaba2a8
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
/* Default to a width of 8 characters for help message command width */
|
/* Default to a width of 8 characters for help message command width */
|
||||||
#ifndef CONFIG_SYS_HELP_CMD_WIDTH
|
#ifndef CONFIG_SYS_HELP_CMD_WIDTH
|
||||||
#define CONFIG_SYS_HELP_CMD_WIDTH 8
|
#define CONFIG_SYS_HELP_CMD_WIDTH 10
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ASSEMBLY__
|
#ifndef __ASSEMBLY__
|
||||||
|
|
Loading…
Add table
Reference in a new issue