mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 10:24:49 +00:00
drivers: bootcount: Fix typo in documentation
The bootcount documentation was using "unattended" while it probably intending to say "unintended" Signed-off-by: Vasileios Amoiridis <vasileios.amoiridis@cern.ch> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
This commit is contained in:
parent
1c1e484ba8
commit
330a30f428
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ The format of the file is:
|
|||
* - u8
|
||||
- upgrade_available
|
||||
|
||||
To prevent unattended usage of ``altbootcmd``, the ``upgrade_available``
|
||||
To prevent unintended usage of ``altbootcmd``, the ``upgrade_available``
|
||||
variable is used.
|
||||
If ``upgrade_available`` is 0, ``bootcount`` is not saved.
|
||||
If ``upgrade_available`` is 1, ``bootcount`` is saved.
|
||||
|
|
Loading…
Add table
Reference in a new issue