All of lore.kernel.org
 help / color / mirror / Atom feed
From: Georges Savoundararadj <savoundg@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] kconfig: arm: move "armv8" define to arch/arm/Kconfig
Date: Sun, 02 Nov 2014 11:11:35 +0100	[thread overview]
Message-ID: <54560357.3070808@gmail.com> (raw)
In-Reply-To: <1414733201-24324-3-git-send-email-yamada.m@jp.panasonic.com>

Hi Masahiro,

Le 31/10/2014 06:26, Masahiro Yamada a ?crit :
> Commit 2e07c249a67e (kconfig: arm: introduce symbol for ARM CPUs)
> collected the default values of CONFIG_SYS_CPU into arch/arm/Kconfig.
>
> This commit moves "armv8" to there for consistency.
>
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> Cc: Savoundararadj <savoundg@gmail.com>
> ---
>
>   arch/arm/Kconfig           | 3 +--
>   arch/arm/cpu/armv8/Kconfig | 6 ------
>   2 files changed, 1 insertion(+), 8 deletions(-)
>   delete mode 100644 arch/arm/cpu/armv8/Kconfig
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 76ac2b6..3db3257 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -49,6 +49,7 @@ config SYS_CPU
>           default "armv7" if CPU_V7
>           default "pxa" if CPU_PXA
>           default "sa1100" if CPU_SA1100
> +	default "armv8" if ARM64
>   
>   choice
>   	prompt "Target select"
> @@ -800,8 +801,6 @@ config ARCH_UNIPHIER
>   
>   endchoice
>   
> -source "arch/arm/cpu/armv8/Kconfig"
> -
>   source "arch/arm/cpu/arm926ejs/davinci/Kconfig"
>   
>   source "arch/arm/cpu/armv7/exynos/Kconfig"
> diff --git a/arch/arm/cpu/armv8/Kconfig b/arch/arm/cpu/armv8/Kconfig
> deleted file mode 100644
> index 3d1655b..0000000
> --- a/arch/arm/cpu/armv8/Kconfig
> +++ /dev/null
> @@ -1,6 +0,0 @@
> -if ARM64
> -
> -config SYS_CPU
> -	default "armv8"
> -
> -endif
Acked-by: Georges Savoundararadj <savoundg@gmail.com>

Best regards,

Georges

      reply	other threads:[~2014-11-02 10:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-31  5:26 [U-Boot] [PATCH 0/2] Follow-up patches for commit 2e07c249a67e (kconfig: arm: introduce symbol for ARM CPUs) Masahiro Yamada
2014-10-31  5:26 ` [U-Boot] [PATCH 1/2] kconfig: arm: select CPU_V7 for some new boards Masahiro Yamada
2014-10-31  6:59   ` Stefan Roese
2014-11-02  9:42     ` Georges Savoundararadj
2014-10-31  5:26 ` [U-Boot] [PATCH 2/2] kconfig: arm: move "armv8" define to arch/arm/Kconfig Masahiro Yamada
2014-11-02 10:11   ` Georges Savoundararadj [this message]

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=54560357.3070808@gmail.com \
    --to=savoundg@gmail.com \
    --cc=u-boot@lists.denx.de \
    /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.