[PATCH] doc: Remove information about CAPSULE_FMP_HEADER

Michal Simek michal.simek at xilinx.com
Fri Aug 27 12:41:38 CEST 2021


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 at xilinx.com>
---

 doc/develop/uefi/uefi.rst | 1 -
 1 file changed, 1 deletion(-)

diff --git a/doc/develop/uefi/uefi.rst b/doc/develop/uefi/uefi.rst
index 64fe9346c7f2..f17138f5c765 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)::
 
-- 
2.33.0



More information about the U-Boot mailing list