[coreboot-gerrit] Patch set updated for coreboot: 67cff82 util/cbmem/cbmem: Remove obsolete comment

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Fri Oct 17 14:57:36 CEST 2014


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7091

-gerrit

commit 67cff825b2b33353900c3f4821fcd3075985b918
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Fri Oct 17 12:54:13 2014 +0200

    util/cbmem/cbmem: Remove obsolete comment
    
    Originally the utility cbmem was just used for reading out the time
    stamps and was later extented. The removed comment is currently at the
    wrong place and `cbmem` does much more now, so that the comment is just
    removed.
    
    Change-Id: Ief1d7aef38a4b439e3e224e6e6c65f7aa57f821f
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 util/cbmem/cbmem.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/util/cbmem/cbmem.c b/util/cbmem/cbmem.c
index 4dcfe91..3a5a428 100644
--- a/util/cbmem/cbmem.c
+++ b/util/cbmem/cbmem.c
@@ -212,7 +212,6 @@ static int parse_cbtable(u64 address)
 		debug("Found!\n");
 
 		for (j = 0; j < lbh->table_bytes; j += lbr_p->size) {
-			/* look for the timestamp table */
 			lbr_p = (struct lb_record*) ((char *)lbtable + j);
 			debug("  coreboot table entry 0x%02x\n", lbr_p->tag);
 			switch (lbr_p->tag) {



More information about the coreboot-gerrit mailing list