commit | 62a67488216d711c2b55727259f43cf484f60243 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Jun 02 11:38:27 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 06 13:39:16 2016 -0400 |
tree | f2ca61e10c1d34979f928dc7b20d0976236e800e | |
parent | 988c066924730385b7feebd22473fea31d75797a [diff] |
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>