diff options
author | Yidi Lin <yidilin@chromium.org> | 2022-05-23 12:32:06 +0800 |
---|---|---|
committer | Yu-Ping Wu <yupingso@google.com> | 2022-05-24 07:46:26 +0000 |
commit | f04426488694c68bdde817c1f1a94e6ba16fb701 (patch) | |
tree | 4202b512033e1e87f658199168aa6c8873350f94 /src/mainboard | |
parent | f8d4b50a67858f020bc83a4176cca1e3d40bf703 (diff) |
mainboard/google/corsola: Fix incorrect timestamps in the eventlog
Timestamp '2000-00-00 00:00:00' is considered as the invalid format.
Enable RTC to fix incorrect timestamp format in the eventlog.
BUG=b:232035991
TEST=check the timestamp field in /var/log/eventlog.txt
Change-Id: I8d9822075377734ef4a609ddeee79385fe7af0f0
Signed-off-by: Yidi Lin <yidilin@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64585
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Reviewed-by: Rex-BC Chen <rex-bc.chen@mediatek.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/corsola/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/corsola/Kconfig b/src/mainboard/google/corsola/Kconfig index 1a1d5f950c..7b00563458 100644 --- a/src/mainboard/google/corsola/Kconfig +++ b/src/mainboard/google/corsola/Kconfig @@ -40,6 +40,7 @@ config BOARD_SPECIFIC_OPTIONS select HAVE_LINEAR_FRAMEBUFFER select DRIVER_ANALOGIX_ANX7625 select DRIVER_PARADE_PS8640 + select RTC config MAINBOARD_DIR string |