summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-12-22 10:16:15 (EST)
committer Francis Rowe <info@gluglug.org.uk>2014-12-22 10:16:15 (EST)
commit5a7735003f391124afd9041339a6b049bbfad485 (patch)
tree2d71bdd53ddf424762d05ee398f0ceb8cb742388 /resources
parentb08a77498391d9cb0eb4e8ba45fe21c154236722 (diff)
downloadlibreboot-5a7735003f391124afd9041339a6b049bbfad485.zip
libreboot-5a7735003f391124afd9041339a6b049bbfad485.tar.gz
libreboot-5a7735003f391124afd9041339a6b049bbfad485.tar.bz2
ich9deblob: remove wrong comment
Diffstat (limited to 'resources')
-rw-r--r--resources/utilities/ich9deblob/ich9deblob.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/utilities/ich9deblob/ich9deblob.c b/resources/utilities/ich9deblob/ich9deblob.c
index f99b4a4..c3145d5 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