summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Marinho <jose.marinho@arm.com>2021-08-09 16:38:03 +0100
committerJose Marinho <jose.marinho@arm.com>2021-08-09 16:38:03 +0100
commitf1ae8319d3bc3c2e29b0c6d8506cbbc188307d84 (patch)
tree035d75352cc1a7e761dc6a3ff4e2cd7a05608053
parent6821c3592bde55490b2da8fe23a64dbdccc9b631 (diff)
[Proto] Expose FIP version via the FMP GetImageInfofwu_BET0
-rw-r--r--lib/efi_loader/efi_tz_fmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_loader/efi_tz_fmp.c b/lib/efi_loader/efi_tz_fmp.c
index 25b5cf8c05..6e9f2ee4ee 100644
--- a/lib/efi_loader/efi_tz_fmp.c
+++ b/lib/efi_loader/efi_tz_fmp.c
@@ -81,7 +81,7 @@ efi_status_t EFIAPI efi_fmp_fit_get_image_info(
image_info[0].image_id = 0;
image_info[0].image_id_name = NULL;
- image_info[0].version = 0; /* not supported */
+ image_info[0].version = img_info->entries[0].img_version; /* not supported */
image_info[0].version_name = NULL; /* not supported */
image_info[0].size = 0;