Re: [U-Boot] [PATCH v2 4/4] x86: Save TSC frequency in the global data

2014-11-10 Thread Simon Glass
On 9 November 2014 07:19, Bin Meng wrote: > Return the saved TSC frequency in get_tbclk_mhz(). > > Signed-off-by: Bin Meng > Acked-by: Simon Glass > Tested-by: Simon Glass Applied to u-boot-x86/master, thanks! ___ U-Boot mailing list U-Boot@lists.den

[U-Boot] [PATCH v2 4/4] x86: Save TSC frequency in the global data

2014-11-09 Thread Bin Meng
Return the saved TSC frequency in get_tbclk_mhz(). Signed-off-by: Bin Meng Acked-by: Simon Glass Tested-by: Simon Glass --- arch/x86/include/asm/global_data.h | 1 + arch/x86/lib/tsc_timer.c | 4 2 files changed, 5 insertions(+) diff --git a/arch/x86/include/asm/global_data.h