]> git.baikalelectronics.ru Git - uboot.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)
commite67223ade11610a2d6b663644de7db21015ab9ad
treea5781055aa6684a23f54d0d5c2ce3d8f68742762
parentce15a40c746f39fcb1bc7c8606fa6a3116612ac4
efi_loader: Fix warning in efi_gop

Commit 8be39f3147f ("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: 8be39f3147f ("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