efi_loader: refactor efi_setup_loaded_image()
[oweals/u-boot.git] / include / efi_api.h
index d423521d0daea3e51755ece0e7637f543630514a..bea19a5a123b16e9db2db372c48e0873b8022945 100644 (file)
@@ -339,14 +339,6 @@ struct efi_loaded_image {
        unsigned int image_code_type;
        unsigned int image_data_type;
        unsigned long unload;
-
-       /* Below are efi loader private fields */
-#ifdef CONFIG_EFI_LOADER
-       void *reloc_base;
-       aligned_u64 reloc_size;
-       efi_status_t exit_status;
-       struct jmp_buf_data exit_jmp;
-#endif
 };
 
 #define DEVICE_PATH_GUID \