diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-09-14 03:01:50 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-09-16 12:24:00 -0400 |
commit | 8813fdaf4bb6ee6bae4574c42c115fc91915c919 (patch) | |
tree | efe579058ec94421b61f3e08390eb8b632c901f7 /arch | |
parent | f395e75e27323cc1ef060f640d0d535ed50e705d (diff) | |
download | u-boot-imx-8813fdaf4bb6ee6bae4574c42c115fc91915c919.zip u-boot-imx-8813fdaf4bb6ee6bae4574c42c115fc91915c919.tar.gz u-boot-imx-8813fdaf4bb6ee6bae4574c42c115fc91915c919.tar.bz2 |
vexpress64: kconfig: consolidate CONFIG_TARGET_VEXPRESS_AEMV8A_SEMI
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>
Reviewed-by: Steve Rae <srae@broadcom.com>
Cc: David Feng <fenghua@phytium.com.cn>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index c8537bb..88c7eaa 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -460,9 +460,6 @@ config TEGRA 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" |