Remove kernel backup space

BUG=chrome-os-partner:304
TEST=make && make runtests; all pass.  Manual testing on CRB.

Review URL: http://codereview.chromium.org/3132014
This commit is contained in:
Randall Spangler
2010-08-16 15:36:07 -07:00
parent 0c4c9bac3c
commit bb5d9f1286
3 changed files with 20 additions and 48 deletions

View File

@@ -48,7 +48,6 @@ typedef struct RollbackSpaceFirmware {
uint8_t flags; /* Flags (see FLAG_* above) */
uint32_t fw_versions; /* Firmware versions */
uint32_t reserved; /* Reserved for future expansion */
RollbackSpaceKernel kernel_backup; /* Backup of kernel space */
} __attribute__((packed)) RollbackSpaceFirmware;
__pragma(pack(pop)) /* Support packing for MSVC. */