mirror of https://github.com/acidanthera/audk.git
MdePkg: Update the definition of CapsuleImageSize on EFI_CAPSULE_HEADER
Add the description of CapsuleImageSize to align with UEFI spec 2.10. REF: UEFI spec 2.10 section 8.5.3.1 Signed-off-by: Suqiang Ren <suqiangx.ren@intel.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Zhiguang Liu <zhiguang.liu@intel.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> Reviewed-by: Felix Polyudov <felixp@ami.com>
This commit is contained in:
parent
9cf1d03ebe
commit
ff1305c9fb
|
@ -1663,7 +1663,7 @@ typedef struct {
|
||||||
///
|
///
|
||||||
UINT32 Flags;
|
UINT32 Flags;
|
||||||
///
|
///
|
||||||
/// Size in bytes of the capsule.
|
/// Size in bytes of the capsule (including capsule header).
|
||||||
///
|
///
|
||||||
UINT32 CapsuleImageSize;
|
UINT32 CapsuleImageSize;
|
||||||
} EFI_CAPSULE_HEADER;
|
} EFI_CAPSULE_HEADER;
|
||||||
|
|
Loading…
Reference in New Issue