[coreboot-gerrit] New patch to review for coreboot: 96d2c25 cbfstool: Fix misleading comment (TRIVIAL)

Alexandru Gagniuc (mr.nuke.me@gmail.com) gerrit at coreboot.org
Mon Dec 9 00:52:35 CET 2013


Alexandru Gagniuc (mr.nuke.me at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4509

-gerrit

commit 96d2c258352ca04baceb7069ac36ad0d570c1075
Author: Alexandru Gagniuc <mr.nuke.me at gmail.com>
Date:   Sun Dec 8 17:52:04 2013 -0600

    cbfstool: Fix misleading comment (TRIVIAL)
    
    Change-Id: I239612f656f75940ec64c3e96f72a82f67cf6168
    Signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>
---
 util/cbfstool/fit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/cbfstool/fit.c b/util/cbfstool/fit.c
index c76ba48..b2220d2 100644
--- a/util/cbfstool/fit.c
+++ b/util/cbfstool/fit.c
@@ -210,7 +210,7 @@ static int parse_microcode_blob(struct cbfs_image *image,
 		if (mcu_header->total_size < sizeof(*mcu_header))
 			break;
 
-		/* FIXME: Should the checksum be validated? */
+		/* FIXME: Should the checksum be validated? */ /* Yeah, you dumass */
 		mcus[num_mcus].offset = current_offset;
 		mcus[num_mcus].size = mcu_header->total_size;
 



More information about the coreboot-gerrit mailing list