]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: Add a wchar_t cast in efi_file_open()
authorSimon Glass <sjg@chromium.org>
Mon, 7 Jan 2019 23:44:18 +0000 (16:44 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 15 Jan 2019 00:47:13 +0000 (17:47 -0700)
commit29e53581cf58353f3ad99d01ed13a5ba914fb2de
treeff430a2052ebe2b8e58504b9a41655d7025d8837
parent95f2d1c8f41659f74a79202a12c8f0bb4e8364ba
efi_loader: Add a wchar_t cast in efi_file_open()

The printf() string here is not actually correct. Add a cast to avoid
a warning when checking is enabled.

Signed-off-by: Simon Glass <sjg@chromium.org>
lib/efi_loader/efi_file.c