From 4deca3f0e0c3bae68d050acbebe1c4b5ee3e9b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Go=C5=82a=C5=9B?= Date: Mon, 16 Dec 2024 13:22:23 +0100 Subject: [PATCH] capsule-updates-configs.md: Fix example release to use RC 80, not FF MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Gołaś --- docs/kb/capsule-updates-configs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/kb/capsule-updates-configs.md b/docs/kb/capsule-updates-configs.md index c68f5460ea..c90453af58 100644 --- a/docs/kb/capsule-updates-configs.md +++ b/docs/kb/capsule-updates-configs.md @@ -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 @@ -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"`