diff --git a/src/vendorcode/google/chromeos/vboot_handoff.h b/src/vendorcode/google/chromeos/vboot_handoff.h index 8ae6e02713..997ea30de8 100644 --- a/src/vendorcode/google/chromeos/vboot_handoff.h +++ b/src/vendorcode/google/chromeos/vboot_handoff.h @@ -32,7 +32,7 @@ * number of parsed firmware components (address and size) included in the * handoff structure. */ -#define MAX_PARSED_FW_COMPONENTS 5 +#define MAX_PARSED_FW_COMPONENTS 6 struct firmware_component { uint32_t address;