drivers/pc80/rtc: Drop CMOS_POST_EXTRA option
Change-Id: I379a5664776624600ff1c2919bffa77c877d87ab Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38191 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
committed by
Patrick Georgi
parent
f3dbf4ce6b
commit
101f454596
@@ -765,7 +765,6 @@ static void log_last_boot_post(void)
|
||||
"in previous boot: 0x%02x/0x%04x\n", code, extra);
|
||||
|
||||
elog_add_event_word(ELOG_TYPE_LAST_POST_CODE, code);
|
||||
/* Always zero with !CMOS_POST_EXTRA. */
|
||||
if (extra)
|
||||
elog_add_event_dword(ELOG_TYPE_POST_EXTRA, extra);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user