Skip to content

Commit

Permalink
capsule-updates-configs.md: Fix example release to use RC 80, not FF
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Gołaś <[email protected]>
  • Loading branch information
philipandag committed Dec 16, 2024
1 parent 75403b4 commit 4deca3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/kb/capsule-updates-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ candidate but still leave some headroom for increasing just in case.
Examples:

- Release Candidate v1.5.2-rc3 - `CONFIG_DRIVERS_EFI_MAIN_FW_VERSION="0x01050203"`
- Release v0.9.1 - `CONFIG_DRIVERS_EFI_MAIN_FW_VERSION="0x000901FF"`
- Release v0.9.1 - `CONFIG_DRIVERS_EFI_MAIN_FW_VERSION="0x00090180"`

### CONFIG_DRIVERS_EFI_MAIN_FW_LSV

Expand All @@ -71,4 +71,4 @@ takes the same format as `CONFIG_DRIVERS_EFI_MAIN_FW_VERSION`

Examples:

- Forbid changing the version to anything below release v0.1.0 - `CONFIG_DRIVERS_EFI_MAIN_FW_LSV="0x000100FF"`
- Forbid changing the version to anything below release v0.1.0 - `CONFIG_DRIVERS_EFI_MAIN_FW_LSV="0x00010080"`

0 comments on commit 4deca3f

Please sign in to comment.