Re: [U-Boot] [RFC PATCH v2 1/9] x86: Allow overriding TSC_FREQ_IN_MHZ

2015-02-06 Thread Simon Glass
On 5 February 2015 at 08:42, Bin Meng wrote: > We should allow the value of TSC_FREQ_IN_MHZ to be overridden by > the one in arch/cpu//Kconfig. > > Signed-off-by: Bin Meng > Acked-by: Simon Glass Applied to u-boot-x86, thanks! ___ U-Boot mailing list

[U-Boot] [RFC PATCH v2 1/9] x86: Allow overriding TSC_FREQ_IN_MHZ

2015-02-05 Thread Bin Meng
We should allow the value of TSC_FREQ_IN_MHZ to be overridden by the one in arch/cpu//Kconfig. Signed-off-by: Bin Meng Acked-by: Simon Glass --- Changes in v2: None arch/x86/Kconfig | 40 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/