]> git.sur5r.net Git - u-boot/blobdiff - include/efi.h
x86: efi: payload: Make EFI payload build again
[u-boot] / include / efi.h
index 1dbc3b77b42f6429e2a73ca23798a36d0e7f83a4..21921f1d4f46137731d869bc7bd93529b1c64486 100644 (file)
@@ -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