diff options
Diffstat (limited to 'common/cmd_bootldr.c')
| -rw-r--r-- | common/cmd_bootldr.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/common/cmd_bootldr.c b/common/cmd_bootldr.c index c7f14d9e4..535b931ff 100644 --- a/common/cmd_bootldr.c +++ b/common/cmd_bootldr.c @@ -167,7 +167,8 @@ int do_bootldr(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])  	return 0;  } -U_BOOT_CMD(bootldr, 2, 0, do_bootldr, +U_BOOT_CMD( +	bootldr, 2, 0, do_bootldr,  	"boot ldr image from memory",  	"[addr]\n"  	"" |