diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-23 17:08:37 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-23 17:08:37 (EST) |
commit | a8605043c58cb0afd157d11431125b988f7af455 (patch) | |
tree | 058571183197ed38b94af1276726439b79cb0d40 /resources/utilities/ich9deblob/x86compatibility.c | |
parent | 1b5c10a8c08a5c5d5c43c02dddbedd6961fbf2e4 (diff) | |
download | libreboot-a8605043c58cb0afd157d11431125b988f7af455.zip libreboot-a8605043c58cb0afd157d11431125b988f7af455.tar.gz libreboot-a8605043c58cb0afd157d11431125b988f7af455.tar.bz2 |
ich9deblob: rename GBEREGIONSIZE to GBEREGIONSIZE_8K
Diffstat (limited to 'resources/utilities/ich9deblob/x86compatibility.c')
-rw-r--r-- | resources/utilities/ich9deblob/x86compatibility.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/utilities/ich9deblob/x86compatibility.c b/resources/utilities/ich9deblob/x86compatibility.c index 6ee3fec..fb0bb73 100644 --- a/resources/utilities/ich9deblob/x86compatibility.c +++ b/resources/utilities/ich9deblob/x86compatibility.c @@ -44,8 +44,8 @@ int structSizesIncorrect(struct DESCRIPTORREGIONRECORD descriptorDummy, struct G printf("\nerror: compiler incompatibility: descriptor struct length is %i bytes (should be %i)\n", descriptorRegionStructSize, DESCRIPTORREGIONSIZE); return 1; } - if (GBEREGIONSIZE != gbeRegion8kStructSize){ - printf("\nerror: compiler incompatibility: gbe struct length is %i bytes (should be %i)\n", gbeRegion8kStructSize, GBEREGIONSIZE); + if (GBEREGIONSIZE_8K != gbeRegion8kStructSize){ + printf("\nerror: compiler incompatibility: gbe struct length is %i bytes (should be %i)\n", gbeRegion8kStructSize, GBEREGIONSIZE_8K); return 1; } |