]> Git Repo - J-u-boot.git/commit - include/efi_loader.h
efi_loader: Move to normal debug infrastructure
authorAlexander Graf <[email protected]>
Thu, 2 Jun 2016 09:38:27 +0000 (11:38 +0200)
committerTom Rini <[email protected]>
Mon, 6 Jun 2016 17:39:16 +0000 (13:39 -0400)
commitedcef3ba1d2d5beb92fcd7df253e196e77ba174d
treef2ca61e10c1d34979f928dc7b20d0976236e800e
parenta86aeaf228da739bce6bc40927949efc33672050
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 <[email protected]>
cmd/bootefi.c
include/efi_loader.h
lib/efi_loader/efi_boottime.c
lib/efi_loader/efi_disk.c
lib/efi_loader/efi_memory.c
lib/efi_loader/efi_runtime.c
This page took 0.040681 seconds and 4 git commands to generate.