
10 Jan
2019
10 Jan
'19
12:37 p.m.
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 ---
Changes in v2: None
lib/efi_loader/efi_file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Applied to u-boot-dm