Re: [U-Boot] [PATCH] efi_loader: Fix warning in efi_gop

2017-07-31 Thread Tom Rini
On Mon, Jul 31, 2017 at 09:15:57AM +0200, Alexander Graf wrote: > 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 > occ

[U-Boot] [PATCH] efi_loader: Fix warning in efi_gop

2017-07-31 Thread Alexander Graf
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 CONFI