Re: [U-Boot] [PATCH] EXYNOS: Detect cpuid based on Exynos product codes

2012-03-27 Thread Minkyu Kang
Dear Chander Kashyap, On 14 March 2012 15:42, Chander Kashyap wrote: > Exynos based SoC's have two different naming conventions. > One is S5PC_ and other is EXXX_. This patch adds > generic code to handle EXXX_ connvention. > > Signed-off-by: Chander Kashyap > --- >  arch/arm/include

[U-Boot] [PATCH] EXYNOS: Detect cpuid based on Exynos product codes

2012-03-13 Thread Chander Kashyap
Exynos based SoC's have two different naming conventions. One is S5PC_ and other is EXXX_. This patch adds generic code to handle EXXX_ connvention. Signed-off-by: Chander Kashyap --- arch/arm/include/asm/arch-exynos/cpu.h |5 - 1 files changed, 4 insertions(+), 1 deletions(-