sysinfo: Stop installing the timestamp table in the sysinfo structure.

Change-Id: I64c104f18b1607778ea1cf2f3c7f6d30799cde46
diff --git a/src/module/handoff/coreboot.c b/src/module/handoff/coreboot.c
index 28fa042..9dec27a 100644
--- a/src/module/handoff/coreboot.c
+++ b/src/module/handoff/coreboot.c
@@ -150,7 +150,6 @@
 static void cb_parse_tstamp(unsigned char *ptr, struct sysinfo_t *info)
 {
 	struct cb_cbmem_tab *const cbmem = (struct cb_cbmem_tab *)ptr;
-	info->tstamp_table = (void *)(uintptr_t)cbmem->cbmem_tab;
 
 	TimestampTable *table = (void *)(uintptr_t)cbmem->cbmem_tab;
 	FwdbEntry timestamp_table_entry = {