Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eeb5f1a28e |
@@ -232,7 +232,7 @@ static int do_bootefi(struct cmd_tbl *cmdtp, int flag, int argc,
|
|||||||
}
|
}
|
||||||
|
|
||||||
U_BOOT_LONGHELP(bootefi,
|
U_BOOT_LONGHELP(bootefi,
|
||||||
"<image address>[:<image size>] [<ramdisk_address>:<size>] [<fdt address>]\n"
|
"<image address>[:<image size>] [<ramdisk_address>:<size> | -] [<fdt address>]\n"
|
||||||
" - boot EFI payload\n"
|
" - boot EFI payload\n"
|
||||||
#ifdef CONFIG_CMD_BOOTEFI_HELLO
|
#ifdef CONFIG_CMD_BOOTEFI_HELLO
|
||||||
"bootefi hello\n"
|
"bootefi hello\n"
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Synopsis
|
|||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
bootefi <image_addr>[:<image_size>] [<ramdisk_addr>] [<fdt_addr>]
|
bootefi <image_addr>[:<image_size>] [<ramdisk_addr> | -] [<fdt_addr>]
|
||||||
bootefi bootmgr [<fdt_addr>]
|
bootefi bootmgr [<fdt_addr>]
|
||||||
bootefi hello [<fdt_addr>]
|
bootefi hello [<fdt_addr>]
|
||||||
bootefi selftest [<fdt_addr>]
|
bootefi selftest [<fdt_addr>]
|
||||||
|
|||||||
Reference in New Issue
Block a user