diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-22 15:16:15 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-22 15:16:15 +0000 |
commit | 5a7735003f391124afd9041339a6b049bbfad485 (patch) | |
tree | 2d71bdd53ddf424762d05ee398f0ceb8cb742388 /resources/utilities | |
parent | b08a77498391d9cb0eb4e8ba45fe21c154236722 (diff) | |
download | librebootfr-5a7735003f391124afd9041339a6b049bbfad485.tar.gz librebootfr-5a7735003f391124afd9041339a6b049bbfad485.zip |
ich9deblob: remove wrong comment
Diffstat (limited to 'resources/utilities')
-rw-r--r-- | resources/utilities/ich9deblob/ich9deblob.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/utilities/ich9deblob/ich9deblob.c b/resources/utilities/ich9deblob/ich9deblob.c index f99b4a41..c3145d5b 100644 --- a/resources/utilities/ich9deblob/ich9deblob.c +++ b/resources/utilities/ich9deblob/ich9deblob.c @@ -56,7 +56,6 @@ #define FLREGIONBITSHIFT 0xC // bits 12(0xC)-24(0x18) are represented for words found in the flash descriptor // To manipulate these easily in C, we shift them by FLREGIONBITSHIFT and then shift them back when done -// gbe checksum related functions unsigned short gbeGetChecksumFrom4kStruct(struct GBEREGIONRECORD_4K gbeStruct4k, unsigned short desiredValue); unsigned short gbeGetChecksumFrom8kBuffer(char* buffer, unsigned short desiredValue, char isBackup); // for GBe region (checksum calculation) unsigned short gbeGetRegionWordFrom8kBuffer(int i, char* buffer); // used for getting each word needed to calculate said checksum |