Re: [PATCH] ARM: s3c64xx: Do not select both CPU_V6 and CPU_V6K at the same time

2013-12-15 Thread Kukjin Kim
On 12/14/13 05:15, Tomasz Figa wrote: To use V6K extensions, these symbols must not be selected at the same time, so this patch keeps only CPU_V6K selected for S3C64XX. Signed-off-by: Tomasz Figa --- arch/arm/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/Kconfig b/arch/a

[PATCH] ARM: s3c64xx: Do not select both CPU_V6 and CPU_V6K at the same time

2013-12-13 Thread Tomasz Figa
To use V6K extensions, these symbols must not be selected at the same time, so this patch keeps only CPU_V6K selected for S3C64XX. Signed-off-by: Tomasz Figa --- arch/arm/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index b64a8ef..4df191b 100644