efi_loader: Move to normal debug infrastructure
We introduced special "DEBUG_EFI" defines when the efi loader
support was new. After giving it a bit of thought, turns out
we really didn't have to - the normal #define DEBUG infrastructure
works well enough for efi loader as well.
So this patch switches to the common debug() and #define DEBUG
way of printing debug information.
Signed-off-by:
Alexander Graf <agraf@suse.de>
Showing
- cmd/bootefi.c 1 addition, 3 deletionscmd/bootefi.c
- include/efi_loader.h 1 addition, 9 deletionsinclude/efi_loader.h
- lib/efi_loader/efi_boottime.c 1 addition, 5 deletionslib/efi_loader/efi_boottime.c
- lib/efi_loader/efi_disk.c 4 additions, 7 deletionslib/efi_loader/efi_disk.c
- lib/efi_loader/efi_memory.c 0 additions, 2 deletionslib/efi_loader/efi_memory.c
- lib/efi_loader/efi_runtime.c 3 additions, 11 deletionslib/efi_loader/efi_runtime.c
Loading
Please register or sign in to comment