diff options
Diffstat (limited to 'common/cmd_bdinfo.c')
| -rw-r--r-- | common/cmd_bdinfo.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_bdinfo.c b/common/cmd_bdinfo.c index b660d2ab9..8e9251d4a 100644 --- a/common/cmd_bdinfo.c +++ b/common/cmd_bdinfo.c @@ -444,6 +444,6 @@ static void print_str(const char *name, const char *str)  U_BOOT_CMD(  	bdinfo,	1,	1,	do_bdinfo, -	"bdinfo  - print Board Info structure\n", +	"print Board Info structure",  	NULL  );  |