[PATCH 2/4] docs/interop/firmware.json: Fix doc for FirmwareFlashMode

Thomas Weißschuh posted 4 patches 8 months, 3 weeks ago
Maintainers: "Philippe Mathieu-Daudé" <philmd@linaro.org>, "Daniel P. Berrangé" <berrange@redhat.com>, Kashyap Chamarthy <kchamart@redhat.com>
There is a newer version of this series
[PATCH 2/4] docs/interop/firmware.json: Fix doc for FirmwareFlashMode
Posted by Thomas Weißschuh 8 months, 3 weeks ago
The doc title did not match the actual definition.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
---
 docs/interop/firmware.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/interop/firmware.json b/docs/interop/firmware.json
index a024f1b9bf3f..54a1fc6c1041 100644
--- a/docs/interop/firmware.json
+++ b/docs/interop/firmware.json
@@ -223,7 +223,7 @@
 
 
 ##
-# @FirmwareFlashType:
+# @FirmwareFlashMode:
 #
 # Describes how the firmware build handles code versus variable
 # persistence.

-- 
2.44.0


Re: [PATCH 2/4] docs/interop/firmware.json: Fix doc for FirmwareFlashMode
Posted by Philippe Mathieu-Daudé 8 months, 3 weeks ago
On 6/3/24 11:31, Thomas Weißschuh wrote:
> The doc title did not match the actual definition.
> 

Fixes: 2720ceda05 ("docs: expand firmware descriptor to allow flash 
without NVRAM")
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>

> Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
> ---
>   docs/interop/firmware.json | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/interop/firmware.json b/docs/interop/firmware.json
> index a024f1b9bf3f..54a1fc6c1041 100644
> --- a/docs/interop/firmware.json
> +++ b/docs/interop/firmware.json
> @@ -223,7 +223,7 @@
>   
>   
>   ##
> -# @FirmwareFlashType:
> +# @FirmwareFlashMode:
>   #
>   # Describes how the firmware build handles code versus variable
>   # persistence.
>