diff options
author | Michal Simek <michal.simek@xilinx.com> | 2021-08-27 12:27:46 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2021-09-03 09:09:16 +0200 |
commit | acbbd98313e83947eec23f3e23643825db3a2526 (patch) | |
tree | 398ae74808898f352110fea865e22ca22da1e75c /doc | |
parent | 94509b79b13e69c209199af0757afbde8d2ebd6d (diff) | |
download | u-boot-acbbd98313e83947eec23f3e23643825db3a2526.zip u-boot-acbbd98313e83947eec23f3e23643825db3a2526.tar.gz u-boot-acbbd98313e83947eec23f3e23643825db3a2526.tar.bz2 |
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.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/develop/uefi/uefi.rst b/doc/develop/uefi/uefi.rst index 64fe934..f17138f 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):: |