]> git.sur5r.net Git - u-boot/commit
efi_loader: efi_gop: use correct types for parameters
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 26 Oct 2017 17:25:51 +0000 (19:25 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 1 Dec 2017 12:22:56 +0000 (13:22 +0100)
commit1c38a7741c59d1213004a07c362ae7f07a3d9357
tree849b6eb69d9952cd48107bc6d5806115160f97af
parent085d07cd3b8c9a12d5a02c13b56ab92436c062ba
efi_loader: efi_gop: use correct types for parameters

Use efi_uintn_t instead of unsigned long.

EFI_GRAPHICS_OUTPUT_BLT_OPERATION is an enum. If we don't
define an enum we have to pass it as u32.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
include/efi_api.h
lib/efi_loader/efi_gop.c