From: Bin Meng Date: Sun, 14 Oct 2018 03:52:11 +0000 (-0700) Subject: x86: quark: Specify X86_TSC_TIMER_EARLY_FREQ X-Git-Tag: v2018.11-rc3~10^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a39f0554f4e9742bf99b8d1c30c2085889c0988d;p=platform%2Fkernel%2Fu-boot.git x86: quark: Specify X86_TSC_TIMER_EARLY_FREQ Specify X86_TSC_TIMER_EARLY_FREQ for Quark SoC so that TSC as the early timer can be supported. Signed-off-by: Bin Meng Reviewed-by: Simon Glass --- diff --git a/arch/x86/cpu/quark/Kconfig b/arch/x86/cpu/quark/Kconfig index 76f1592..3a18cb0 100644 --- a/arch/x86/cpu/quark/Kconfig +++ b/arch/x86/cpu/quark/Kconfig @@ -130,4 +130,8 @@ config SYS_CAR_SIZE Space in bytes in eSRAM used as Cache-As-ARM (CAR). Note this size must not exceed eSRAM's total size. +config X86_TSC_TIMER_EARLY_FREQ + int + default 400 + endif