From 12002d6955f7423ef02cd6a68946240f6dd592b2 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 19 Mar 2012 17:08:51 +0000 Subject: [time] Add RTC-based time source Add a time source using the CMOS RTC to obtain the current time. Signed-off-by: Michael Brown --- src/config/defaults/pcbios.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config/defaults') diff --git a/src/config/defaults/pcbios.h b/src/config/defaults/pcbios.h index 2bb82cf00..9092d6751 100644 --- a/src/config/defaults/pcbios.h +++ b/src/config/defaults/pcbios.h @@ -19,7 +19,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #define SMBIOS_PCBIOS #define SANBOOT_PCBIOS #define ENTROPY_RTC -#define TIME_NULL +#define TIME_RTC #define IMAGE_ELF /* ELF image support */ #define IMAGE_MULTIBOOT /* MultiBoot image support */ -- cgit