summaryrefslogtreecommitdiffstats
path: root/resources/utilities/ich9deblob
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-12-22 09:32:25 (EST)
committer Francis Rowe <info@gluglug.org.uk>2014-12-22 09:32:25 (EST)
commit1e1b97cb39bcdc8da38cbc8fc63d2f6494670aed (patch)
tree2e1b5fa03c55e9469222061eeaf92517621b0a18 /resources/utilities/ich9deblob
parent26f0ba0bd1af86a85fbf7bddb00b552d80ff26c0 (diff)
downloadlibreboot-1e1b97cb39bcdc8da38cbc8fc63d2f6494670aed.zip
libreboot-1e1b97cb39bcdc8da38cbc8fc63d2f6494670aed.tar.gz
libreboot-1e1b97cb39bcdc8da38cbc8fc63d2f6494670aed.tar.bz2
ich9deblob: fix wrong comments about gbe/descriptor size
Diffstat (limited to 'resources/utilities/ich9deblob')
-rw-r--r--resources/utilities/ich9deblob/ich9deblob.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/utilities/ich9deblob/ich9deblob.c b/resources/utilities/ich9deblob/ich9deblob.c
index 2def7b2..3fb7240 100644
--- a/resources/utilities/ich9deblob/ich9deblob.c
+++ b/resources/utilities/ich9deblob/ich9deblob.c
@@ -45,8 +45,8 @@
#include "ich9desc.c" // structs describing what's in the descriptor region
#include "ich9gbe.c" // structs describing what's in the gbe region
-#define DESCRIPTORREGIONSIZE 0x1000 // 4096 bytes / 4KiB
-#define GBEREGIONSIZE 0x2000 // 8192 bytes / 8KiB
+#define DESCRIPTORREGIONSIZE 0x1000 // 4 KiB
+#define GBEREGIONSIZE 0x2000 // 8 KiB
// These will have a modified descriptor+gbe based on what's in the factory.rom
// These will be joined into a single 12KiB buffer (descriptor, then gbe) and saved to a file
// NOTE: The GBE region of 8K is actually 2x 4K regions in a single region; both 4K blocks can be identical (and by default, are)