From 1e1b97cb39bcdc8da38cbc8fc63d2f6494670aed Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Mon, 22 Dec 2014 09:32:25 -0500 Subject: ich9deblob: fix wrong comments about gbe/descriptor size --- (limited to 'resources') 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) -- cgit v0.9.1