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

2014-11-06 Thread Simon Glass
On 4 November 2014 07:58, Bin Meng wrote: > Return the saved TSC frequency in get_tbclk_mhz(). > > Signed-off-by: Bin Meng Acked-by: Simon Glass Tested on link: Tested-by: Simon Glass ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de

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

2014-11-04 Thread Bin Meng
Return the saved TSC frequency in get_tbclk_mhz(). Signed-off-by: Bin Meng --- 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 b/arch/x86/include/asm/global_data.h index 721e