From: Michal Simek <michal.simek@xilinx.com>
Date: Fri, 27 Aug 2021 10:27:46 +0000 (+0200)
Subject: doc: Remove information about CAPSULE_FMP_HEADER
X-Git-Tag: v2025.01-rc5-pxa1908~1730^2~2
X-Git-Url: http://git.dujemihanovic.xyz/%22http:/kyber.dk/phpMyBuilder/static/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=acbbd98313e83947eec23f3e23643825db3a2526;p=u-boot.git

doc: Remove information about CAPSULE_FMP_HEADER

This Kconfig symbol was never added to U-Boot but it was mentioned in the
origin commit c35df7c9e43e ("qemu: arm64: Add documentation for capsule
update"). That's why remove it from documentation to be accurate.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---

diff --git a/doc/develop/uefi/uefi.rst b/doc/develop/uefi/uefi.rst
index 64fe9346c7..f17138f5c7 100644
--- a/doc/develop/uefi/uefi.rst
+++ b/doc/develop/uefi/uefi.rst
@@ -392,7 +392,6 @@ settings::
     CONFIG_EFI_CAPSULE_FIRMWARE_MANAGEMENT=y
     CONFIG_EFI_CAPSULE_FIRMWARE=y
     CONFIG_EFI_CAPSULE_FIRMWARE_RAW=y
-    CONFIG_EFI_CAPSULE_FMP_HEADER=y
 
 In addition, the following config needs to be disabled(QEMU ARM specific)::