]> git.ipfire.org Git - people/ms/u-boot.git/commit
efi_loader: Fix warning in efi_gop
authorAlexander Graf <agraf@suse.de>
Mon, 31 Jul 2017 07:15:57 +0000 (09:15 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 31 Jul 2017 11:28:13 +0000 (07:28 -0400)
commitc1ae1a16086c3442154e8a392143897584eac862
treea5781055aa6684a23f54d0d5c2ce3d8f68742762
parent2218b32d88f9b4b4484cea9a8b034ddab0be298b
efi_loader: Fix warning in efi_gop

Commit ca9193d2b16 ("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: ca9193d2b16 ("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>
lib/efi_loader/efi_gop.c