All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steve Rae <srae@broadcom.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/4] vexpress64: kconfig: consolidate CONFIG_TARGET_VEXPRESS_AEMV8A_SEMI
Date: Mon, 25 Aug 2014 11:01:57 -0700	[thread overview]
Message-ID: <53FB7A15.4080705@broadcom.com> (raw)
In-Reply-To: <1408256217-3706-2-git-send-email-yamada.m@jp.panasonic.com>

Reviewed-by: Steve Rae <srae@broadcom.com>

Thanks, Steve

On 14-08-16 11:16 PM, Masahiro Yamada wrote:
> We do not have to distinguish CONFIG_TARGET_VEXPRESS_AEMV8A_SEMI
> from CONFIG_TARGET_VEXPRESS_AEMV8A.  Rename the former to the latter.
>
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
>
> Cc: David Feng <fenghua@phytium.com.cn>
> Cc: Steve Rae <srae@broadcom.com>
> ---
>
>   arch/arm/Kconfig                       |  3 ---
>   board/armltd/vexpress64/Kconfig        | 20 --------------------
>   configs/vexpress_aemv8a_semi_defconfig |  2 +-
>   3 files changed, 1 insertion(+), 24 deletions(-)
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index e97f94d..2bd19b8 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -719,9 +719,6 @@ config TARGET_VENICE2
>   config TARGET_VEXPRESS_AEMV8A
>   	bool "Support vexpress_aemv8a"
>
> -config TARGET_VEXPRESS_AEMV8A_SEMI
> -	bool "Support vexpress_aemv8a_semi"
> -
>   config TARGET_LS2085A_EMU
>   	bool "Support ls2085a_emu"
>
> diff --git a/board/armltd/vexpress64/Kconfig b/board/armltd/vexpress64/Kconfig
> index 91eb8d2..d8c4e21 100644
> --- a/board/armltd/vexpress64/Kconfig
> +++ b/board/armltd/vexpress64/Kconfig
> @@ -17,23 +17,3 @@ config SYS_CONFIG_NAME
>   	default "vexpress_aemv8a"
>
>   endif
> -
> -if TARGET_VEXPRESS_AEMV8A_SEMI
> -
> -config SYS_CPU
> -	string
> -	default "armv8"
> -
> -config SYS_BOARD
> -	string
> -	default "vexpress64"
> -
> -config SYS_VENDOR
> -	string
> -	default "armltd"
> -
> -config SYS_CONFIG_NAME
> -	string
> -	default "vexpress_aemv8a"
> -
> -endif
> diff --git a/configs/vexpress_aemv8a_semi_defconfig b/configs/vexpress_aemv8a_semi_defconfig
> index e6dd8e7..24b868c 100644
> --- a/configs/vexpress_aemv8a_semi_defconfig
> +++ b/configs/vexpress_aemv8a_semi_defconfig
> @@ -1,3 +1,3 @@
>   CONFIG_SYS_EXTRA_OPTIONS="ARM64,SEMIHOSTING,BASE_FVP"
>   CONFIG_ARM=y
> -CONFIG_TARGET_VEXPRESS_AEMV8A_SEMI=y
> +CONFIG_TARGET_VEXPRESS_AEMV8A=y
>

  reply	other threads:[~2014-08-25 18:01 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-17  6:16 [U-Boot] [PATCH 0/4] Introduce low-level debug for ARM architecture Masahiro Yamada
2014-08-17  6:16 ` [U-Boot] [PATCH 1/4] vexpress64: kconfig: consolidate CONFIG_TARGET_VEXPRESS_AEMV8A_SEMI Masahiro Yamada
2014-08-25 18:01   ` Steve Rae [this message]
2014-08-17  6:16 ` [U-Boot] [PATCH 2/4] kconfig: armv8: move CONFIG_ARM64 to Kconfig Masahiro Yamada
2014-08-17  6:16 ` [U-Boot] [PATCH 3/4] arm: debug: import debug files from Linux 3.16 Masahiro Yamada
2014-08-19 11:01   ` Stefan Roese
2014-08-20 13:53     ` Masahiro YAMADA
2014-08-25  9:03   ` Przemyslaw Marczak
2014-08-26  3:26     ` Masahiro Yamada
2014-08-27 14:27       ` Przemyslaw Marczak
2014-08-17  6:16 ` [U-Boot] [PATCH 4/4] arm: debug: add Kconfig entries for lowlevel debug Masahiro Yamada
2014-08-19  2:14 ` [U-Boot] [PATCH 0/4] Introduce low-level debug for ARM architecture York Sun
2014-08-19  7:45   ` Masahiro Yamada

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=53FB7A15.4080705@broadcom.com \
    --to=srae@broadcom.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.