summaryrefslogtreecommitdiff
path: root/include/efi.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-08-25 08:47:17 (GMT)
committerBin Meng <bmeng.cn@gmail.com>2016-08-30 01:26:05 (GMT)
commit3dc51ab0e15180fa761c8072120c591b4693b3c8 (patch)
treea0b6fc4be44dd69b0cf8939a59ffe7909ff9e6b4 /include/efi.h
parent4cc00f0611c4b491f6dd1f6a5582d24a41f12769 (diff)
downloadu-boot-fsl-qoriq-3dc51ab0e15180fa761c8072120c591b4693b3c8.tar.xz
x86: efi: payload: Make EFI payload build again
Since commit 73c5c39 "Makefile: Drop unnecessary -dtb suffixes", EFI payload does not build anymore. This fixes the build. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/efi.h')
-rw-r--r--include/efi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/efi.h b/include/efi.h
index 1dbc3b7..21921f1 100644
--- a/include/efi.h
+++ b/include/efi.h
@@ -278,7 +278,7 @@ struct efi_priv {
extern char image_base[];
/* Start and end of U-Boot image (for payload) */
-extern char _binary_u_boot_dtb_bin_start[], _binary_u_boot_dtb_bin_end[];
+extern char _binary_u_boot_bin_start[], _binary_u_boot_bin_end[];
/**
* efi_get_sys_table() - Get access to the main EFI system table