summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2014-10-17 12:54:13 +0200
committerPatrick Georgi <pgeorgi@google.com>2014-10-18 10:29:33 +0200
commite4626bfc5be5f61f62af32733cbe551275094dd5 (patch)
treea8b67e00040f60597c2b6bc539e31a0eedab0749
parent30d0aa9cdb43f24275869456b3688d066f280e0e (diff)
downloadcoreboot-staging-e4626bfc5be5f61f62af32733cbe551275094dd5.zip
coreboot-staging-e4626bfc5be5f61f62af32733cbe551275094dd5.tar.gz
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@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/7091 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins)
-rw-r--r--util/cbmem/cbmem.c1
1 files changed, 0 insertions, 1 deletions
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) {
OpenPOWER on IntegriCloud