Re: [PATCH v2 08/11] ARM: EXYNOS: add support for ARCH_EXYNOS5 and EXYNOS5250

2012-02-15 Thread Kyungmin Park
Hi, On 2/12/12, Kukjin Kim kgene@samsung.com wrote: This patch add the CONFIG_ARCH_EXYNOS5 and CONFIG_SOC_EXYNOS5250 support for EXYNOS5250 SoC has two Cortex-A15 cores. Since actually, most codes in mach-exynos/ are used commonly for EXYNOS4 and EXYNOS5 the EXYNOS5/EXYNOS5250 has been

Re: [PATCH v2 08/11] ARM: EXYNOS: add support for ARCH_EXYNOS5 and EXYNOS5250

2012-02-15 Thread Arnd Bergmann
On Thursday 16 February 2012, Kyungmin Park wrote: +config ARCH_EXYNOS5 + bool SAMSUNG EXYNOS5 + select HAVE_SMP + help + Samsung EXYNOS5 (Cortex-A15) SoC based systems This config is located at choice. It means it can't build the exynos4 and exynos5 simultaneously.

RE: [PATCH v2 08/11] ARM: EXYNOS: add support for ARCH_EXYNOS5 and EXYNOS5250

2012-02-15 Thread Kukjin Kim
Arnd Bergmann wrote: On Thursday 16 February 2012, Kyungmin Park wrote: +config ARCH_EXYNOS5 + bool SAMSUNG EXYNOS5 + select HAVE_SMP + help + Samsung EXYNOS5 (Cortex-A15) SoC based systems This config is located at choice. It means it can't build the

RE: [PATCH v2 08/11] ARM: EXYNOS: add support for ARCH_EXYNOS5 and EXYNOS5250

2012-02-15 Thread Kukjin Kim
Kyungmin Park wrote: Hi, [...] +config ARCH_EXYNOS5 + bool SAMSUNG EXYNOS5 + select HAVE_SMP + help + Samsung EXYNOS5 (Cortex-A15) SoC based systems This config is located at choice. It means it can't build the exynos4 and exynos5 simultaneously. I'm not sure it's

[PATCH v2 08/11] ARM: EXYNOS: add support for ARCH_EXYNOS5 and EXYNOS5250

2012-02-11 Thread Kukjin Kim
This patch add the CONFIG_ARCH_EXYNOS5 and CONFIG_SOC_EXYNOS5250 support for EXYNOS5250 SoC has two Cortex-A15 cores. Since actually, most codes in mach-exynos/ are used commonly for EXYNOS4 and EXYNOS5 the EXYNOS5/EXYNOS5250 has been implemented in mach-exynos/. Signed-off-by: Kukjin Kim