diff options
Diffstat (limited to 'src/include/timestamp.h')
-rw-r--r-- | src/include/timestamp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/timestamp.h b/src/include/timestamp.h index 7e51d80eb2..58edb52fcb 100644 --- a/src/include/timestamp.h +++ b/src/include/timestamp.h @@ -18,7 +18,8 @@ #include <commonlib/timestamp_serialized.h> -#if CONFIG_COLLECT_TIMESTAMPS && (CONFIG_EARLY_CBMEM_INIT || !defined(__PRE_RAM__)) +#if CONFIG_COLLECT_TIMESTAMPS && (CONFIG_EARLY_CBMEM_INIT \ + || !defined(__PRE_RAM__)) /* * timestamp_init() needs to be called once for each of these cases: * 1. __PRE_RAM__ (bootblock, romstage, verstage, etc) and |