diff options
author | Tony Jones <tonyj@suse.de> | 2014-02-05 14:32:18 -0800 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2014-02-06 16:28:23 +0900 |
commit | 9bcefc97bc6c03b6acc8c25f6b1d4e796521ea4c (patch) | |
tree | 08782ef86be2d5f49f9736e953e1396a0f84d9e4 | |
parent | 464ddc1f20d1710129232abaa9a7f98a249c5aa3 (diff) |
i386: fix build failure (bzImage_support_efi_boot)
Commit 9c200a85de2245a850546fded96a1977b84ad24d referenced
'bzImage_support_efi_boot' without matching 32-bit definition.
Signed-off-by: Tony Jones <tonyj@suse.de>
Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r-- | kexec/arch/i386/kexec-bzImage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kexec/arch/i386/kexec-bzImage.c b/kexec/arch/i386/kexec-bzImage.c index fc1a54f..e7bc1d6 100644 --- a/kexec/arch/i386/kexec-bzImage.c +++ b/kexec/arch/i386/kexec-bzImage.c @@ -40,6 +40,7 @@ #include <arch/options.h> static const int probe_debug = 0; +int bzImage_support_efi_boot = 0; int bzImage_probe(const char *buf, off_t len) { |