summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2021-08-27 13:27:46 +0300
committerMichal Simek <michal.simek@xilinx.com>2021-09-03 10:09:16 +0300
commitacbbd98313e83947eec23f3e23643825db3a2526 (patch)
tree398ae74808898f352110fea865e22ca22da1e75c /doc
parent94509b79b13e69c209199af0757afbde8d2ebd6d (diff)
downloadu-boot-acbbd98313e83947eec23f3e23643825db3a2526.tar.xz
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/develop/uefi/uefi.rst1
1 files changed, 0 insertions, 1 deletions
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)::