aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode')
-rw-r--r--src/vendorcode/google/chromeos/vboot_handoff.h2
1 files changed, 1 insertions, 1 deletions
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;