cmd: Make use of U_BOOT_LONGHELP when missing
After adding the U_BOOT_LONGHELP macro some new commands came in still that were not making use if it. Switch these cases over and in a few places add missing newlines as well. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -68,14 +68,13 @@ static struct cmd_tbl cmd_sub[] = {
|
||||
"", ""),
|
||||
};
|
||||
|
||||
static char exception_help_text[] =
|
||||
U_BOOT_LONGHELP(exception,
|
||||
"<ex>\n"
|
||||
" The following exceptions are available:\n"
|
||||
" compressed - compressed instruction\n"
|
||||
" ebreak - breakpoint\n"
|
||||
" ialign16 - 16 bit aligned instruction\n"
|
||||
" undefined - illegal instruction\n"
|
||||
" unaligned - load address misaligned\n"
|
||||
;
|
||||
" unaligned - load address misaligned\n");
|
||||
|
||||
#include <exception.h>
|
||||
|
||||
Reference in New Issue
Block a user