aboutsummaryrefslogtreecommitdiff
path: root/bl2
diff options
context:
space:
mode:
authorSherry Zhang <sherry.zhang2@arm.com>2021-06-04 17:33:28 +0800
committerKen Liu <ken.liu@arm.com>2021-06-09 07:22:40 +0200
commit409023fa4c6d51070dd5ef39b48a6e686ddfcc1d (patch)
tree9cb025a4e4d3d7684da039ca68931bd183952593 /bl2
parent27e4227416e464501a014e2524289352d1193a75 (diff)
downloadtrusted-firmware-m-409023fa4c6d51070dd5ef39b48a6e686ddfcc1d.tar.gz
FWU: Remove obsolete comment.
Change-Id: Ifa732eceb06a2248d562f4c68e84b0488e8089db Signed-off-by: Sherry Zhang <sherry.zhang2@arm.com>
Diffstat (limited to 'bl2')
-rw-r--r--bl2/src/shared_data.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/bl2/src/shared_data.c b/bl2/src/shared_data.c
index 10ad0419bd..b2f3e4257a 100644
--- a/bl2/src/shared_data.c
+++ b/bl2/src/shared_data.c
@@ -66,9 +66,6 @@ int boot_save_shared_data(const struct image_header *hdr,
image_ver = hdr->ih_ver;
- /* TODO: add the module identifier into the fwu_minor after the module
- * arg is supported.
- */
/* Currently hardcode it to 0 which indicates the full image. */
fwu_minor = SET_FWU_MINOR(mcuboot_image_id, SW_VERSION);
return boot_add_data_to_shared_area(TLV_MAJOR_FWU,