loader/efi/linux: Update comment
The function called is grub_utf8_to_utf16(). Signed-off-by: Frediano Ziglio <frediano.ziglio@cloud.com> Reviewed-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
parent
d333e8bb37
commit
95145eea5e
@ -216,7 +216,7 @@ grub_arch_efi_linux_boot_image (grub_addr_t addr, grub_size_t size, char *args)
|
|||||||
|
|
||||||
grub_dprintf ("linux", "linux command line: '%s'\n", args);
|
grub_dprintf ("linux", "linux command line: '%s'\n", args);
|
||||||
|
|
||||||
/* Convert command line to UCS-2 */
|
/* Convert command line to UTF-16. */
|
||||||
loaded_image = grub_efi_get_loaded_image (image_handle);
|
loaded_image = grub_efi_get_loaded_image (image_handle);
|
||||||
if (loaded_image == NULL)
|
if (loaded_image == NULL)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user