FWU: Add checking the state of the running image
The Firmware Update partition reads the image_ok flag to check
whether the running image has been confirmed. The running image
state is set according to this flag in psa_fwu_query().
Change-Id: I9cf58b7d6f3b87a50e0ac6f926e30170bb01b8f1
Signed-off-by: Sherry Zhang <sherry.zhang2@arm.com>
diff --git a/docs/technical_references/tfm_fwu_service.rst b/docs/technical_references/tfm_fwu_service.rst
index 030c094..46c98f3 100644
--- a/docs/technical_references/tfm_fwu_service.rst
+++ b/docs/technical_references/tfm_fwu_service.rst
@@ -174,7 +174,7 @@
.. code-block:: c
- psa_status_t fwu_bootloader_mark_image_accepted(void);
+ psa_status_t fwu_bootloader_mark_image_accepted(bl_image_id_t bootloader_image_id);
**Description**