mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 23:22:37 +02:00
Forgot some things in r3899
Corresponding to flashrom svn r395 and coreboot v2 svn r3900. Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Peter Stuge <peter@stuge.se>
This commit is contained in:
parent
2dc3aaac4c
commit
a0d75a07b4
@ -204,10 +204,10 @@ int coreboot_init(void)
|
||||
}
|
||||
|
||||
addr = ((char *)lb_table) - ((char *)low_1MB);
|
||||
printf_debug("Coreboot table found at %p.\n", lb_table);
|
||||
printf_debug("coreboot table found at %p.\n", lb_table);
|
||||
rec = (struct lb_record *)(((char *)lb_table) + lb_table->header_bytes);
|
||||
last = (struct lb_record *)(((char *)rec) + lb_table->table_bytes);
|
||||
printf_debug("Coreboot header(%d) checksum: %04x table(%d) checksum: %04x entries: %d\n",
|
||||
printf_debug("coreboot header(%d) checksum: %04x table(%d) checksum: %04x entries: %d\n",
|
||||
lb_table->header_bytes, lb_table->header_checksum,
|
||||
lb_table->table_bytes, lb_table->table_checksum,
|
||||
lb_table->table_entries);
|
||||
|
Loading…
x
Reference in New Issue
Block a user