rv1126-uboot/lib/efi_loader
Alexander Graf c1ae1a1608 efi_loader: Fix warning in efi_gop
Commit ca9193d2b1 ("efi_loader: gop: fixes for CONFIG_DM_VIDEO without
CONFIG_LCD") dropped the explicit (void*) cast for fb_base in efi gop support
for CONFIG_LCD without DM. This patch adds it back, eliminating the now occuring
warning again

Fixes: ca9193d2b1 ("efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCD")
Reported-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
2017-07-31 07:28:13 -04:00
..
.gitignore
Kconfig
Makefile
efi_boottime.c efi_loader: indent entry/exit prints to show nesting level 2017-07-29 00:18:46 +02:00
efi_console.c efi_loader: expose protocols via GUID 2017-07-25 10:58:07 +02:00
efi_device_path_to_text.c efi_loader: add some missing breaks 2017-07-28 09:13:17 +02:00
efi_disk.c efi_loader: remove more double EFI_EXIT() in efi_disk.c 2017-07-26 08:56:15 +02:00
efi_gop.c efi_loader: Fix warning in efi_gop 2017-07-31 07:28:13 -04:00
efi_image_loader.c
efi_memory.c efi_loader: fix bug in efi_get_memory_map 2017-07-26 22:09:49 +02:00
efi_net.c
efi_runtime.c
efi_smbios.c
helloworld.c