diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/romstage_handoff.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/romstage_handoff.h b/src/include/romstage_handoff.h index e06d17c5af..376b4fd119 100644 --- a/src/include/romstage_handoff.h +++ b/src/include/romstage_handoff.h @@ -33,7 +33,9 @@ struct romstage_handoff { * responsible for initializing this variable. Otherwise, ramstage * will be re-loaded from cbfs (which can be slower since it lives * in flash). */ - uint32_t s3_resume; + uint8_t s3_resume; + uint8_t reboot_required; + uint8_t reserved[2]; /* The ramstage_entry_point is cached in the stag loading path. This * cached value can only be utilized when the chipset code properly * fills in the s3_resume field above. */ |