Skip to content

Commit cfc885d

Browse files
src/Kconfig: enable timestamps by default on PPC64
PPC64 has architectural reliable timer, so there is no reason to have timestamps disabled. Signed-off-by: Krystian Hebel <[email protected]>
1 parent bf4e30f commit cfc885d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ config INCLUDE_CONFIG_FILE
229229

230230
config COLLECT_TIMESTAMPS
231231
bool "Create a table of timestamps collected during boot"
232-
default y if ARCH_X86
232+
default y if ARCH_X86 || ARCH_PPC64
233233
help
234234
Make coreboot create a table of timer-ID/timer-value pairs to
235235
allow measuring time spent at different phases of the boot process.

0 commit comments

Comments
 (0)