diff options
Diffstat (limited to 'common/cmd_ambapp.c')
| -rw-r--r-- | common/cmd_ambapp.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/common/cmd_ambapp.c b/common/cmd_ambapp.c index 283c43337..fa7d7e280 100644 --- a/common/cmd_ambapp.c +++ b/common/cmd_ambapp.c @@ -272,7 +272,8 @@ int ambapp_init_reloc(void)  	return 0;  } -U_BOOT_CMD(ambapp, 1, 1, do_ambapp_print, +U_BOOT_CMD( +	ambapp, 1, 1, do_ambapp_print,  	"list AMBA Plug&Play information",  	"ambapp\n"  	"    - lists AMBA (AHB & APB) Plug&Play devices present on the system" |