Documentation/applications/boot/nxboot: fix incorrect fnc description
Fixes incorrect nxboot_get_confirm function description (it was a copy paste from nxboot_confirm function). Signed-off-by: Michal Lenc <michallenc@seznam.cz>
This commit is contained in:
parent
dd51d9a3fc
commit
9d01d17188
1 changed files with 2 additions and 2 deletions
|
|
@ -277,8 +277,8 @@ Enabling ``CONFIG_BOOT_NXBOOT`` option provides following NXboot API.
|
|||
|
||||
.. c:function:: int nxboot_get_confirm(void)
|
||||
|
||||
Confirms the image currently located in primary partition and marks
|
||||
its copy in update partition as a recovery.
|
||||
Obtains the information if currently running image is confirmed (and
|
||||
thus stable) or not.
|
||||
|
||||
:return: 1 means confirmed, 0 not confirmed, -1 and sets errno on failure.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue