efi_loader: debug output for HII protocols
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 23 Jan 2019 21:55:36 +0000 (22:55 +0100)
committerAlexander Graf <agraf@suse.de>
Wed, 13 Feb 2019 08:40:06 +0000 (09:40 +0100)
commit6f8f4217e75d2e651b29c065e111da22658f7e07
tree04f2e8f6846217aff0f869fa3d31897352b5202b
parentf38753d2ef5dabcca78b1a70f2903e7f49d5d846
efi_loader: debug output for HII protocols

For correct indention use EFI_PRINT() instead of debug().

For printing efi_uintn_t or size_t use the %zu or %zx format code.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_hii.c
lib/efi_loader/efi_hii_config.c