diff options
| author | Michael Brown | 2012-03-19 18:08:51 +0100 |
|---|---|---|
| committer | Michael Brown | 2012-03-19 23:13:32 +0100 |
| commit | 12002d6955f7423ef02cd6a68946240f6dd592b2 (patch) | |
| tree | 914e482da5b59b9afbe02f6e54d10dedfdca48be /src/config | |
| parent | [time] Define an API for getting the current time (diff) | |
| download | ipxe-12002d6955f7423ef02cd6a68946240f6dd592b2.tar.gz ipxe-12002d6955f7423ef02cd6a68946240f6dd592b2.tar.xz ipxe-12002d6955f7423ef02cd6a68946240f6dd592b2.zip | |
[time] Add RTC-based time source
Add a time source using the CMOS RTC to obtain the current time.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config')
| -rw-r--r-- | src/config/defaults/pcbios.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
