Skip to content

Commit

Permalink
Fix for packing the NV keyword struct
Browse files Browse the repository at this point in the history
Change-Id: Ib6845a5965a3c3356333ae912d2f03ab9d035850
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45288
Reviewed-by: VENKATESH SAINATH <venkatesh.sainath@in.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
nagendraIBM authored and dcrowell77 committed Aug 30, 2017
1 parent 6b7648e commit 73d9358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usr/hdat/hdatutil.H
Expand Up @@ -150,7 +150,7 @@ typedef struct{
uint8_t version; // Version of the structure = 0x01 start
uint8_t config; // Configuration specifier : redbud=0x01,sequoia=0x02
uint8_t reserved[249]; // keyword is 255 bytes long
}hdatNVKwdStruct_t;
}__attribute__ ((packed)) hdatNVKwdStruct_t;

enum hdatSMPLinkUsage
{
Expand Down

0 comments on commit 73d9358

Please sign in to comment.