]> git.sur5r.net Git - u-boot/commit
efi_loader: return efi_status_t from efi_gop_register
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 3 Mar 2018 14:28:55 +0000 (15:28 +0100)
committerAlexander Graf <agraf@suse.de>
Wed, 4 Apr 2018 09:00:06 +0000 (11:00 +0200)
commit80ea9b09900bc35a21468f5422bd36a345ae7eda
treeba4a0d24b4005a8de15b8bd4d4a1b2b5faf52c36
parent7657152bddd131e47390c2b2d6f63d58149d79f1
efi_loader: return efi_status_t from efi_gop_register

All initialization routines should return a status code instead of
a boolean.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
[agraf: Convert warnings to debug() prints]
Signed-off-by: Alexander Graf <agraf@suse.de>
include/efi_loader.h
lib/efi_loader/efi_gop.c