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)
This commit is contained in:
parent
30d0aa9cdb
commit
e4626bfc5b
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue