All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: Sachin Kamat <sachin.kamat@linaro.org>
Cc: linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com,
	patches@linaro.org
Subject: Re: [PATCH 1/1] ARM: exynos_defconfig: Fix a config option
Date: Mon, 24 Feb 2014 09:21:17 +0900	[thread overview]
Message-ID: <530A907D.6080901@samsung.com> (raw)
In-Reply-To: <1388140690-30668-1-git-send-email-sachin.kamat@linaro.org>

On 12/27/13 19:38, Sachin Kamat wrote:
> CONFIG_MACH_EXYNOS4_DT does not exist. Use ARCH_EXYNOS4 instead.
>
> Signed-off-by: Sachin Kamat<sachin.kamat@linaro.org>
> ---
>   arch/arm/configs/exynos_defconfig |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
> index dbe1f1c47bb0..dff01ecf78cc 100644
> --- a/arch/arm/configs/exynos_defconfig
> +++ b/arch/arm/configs/exynos_defconfig
> @@ -10,8 +10,8 @@ CONFIG_PARTITION_ADVANCED=y
>   CONFIG_ARCH_EXYNOS=y
>   CONFIG_S3C_LOWLEVEL_UART_PORT=3
>   CONFIG_S3C24XX_PWM=y
> +CONFIG_ARCH_EXYNOS4=y
>   CONFIG_ARCH_EXYNOS5=y
> -CONFIG_MACH_EXYNOS4_DT=y
>   CONFIG_SMP=y
>   CONFIG_NR_CPUS=8
>   CONFIG_PREEMPT=y

Well, this is not required because it should be fine without this 
change. ARCH_EXYNOS4 will be selected when ARCH_EXYNOS is enabled and 
non-exist CONFIG (MACH_EXYNOS4_DT) will be ignored.

Thanks,
Kukjin

  reply	other threads:[~2014-02-24  0:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-27 10:38 [PATCH 1/1] ARM: exynos_defconfig: Fix a config option Sachin Kamat
2014-02-24  0:21 ` Kukjin Kim [this message]
2014-03-04 12:23   ` Sachin Kamat

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=530A907D.6080901@samsung.com \
    --to=kgene.kim@samsung.com \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=patches@linaro.org \
    --cc=sachin.kamat@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.