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 /board | |
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 'board')
-rw-r--r-- | board/armltd/vexpress64/Kconfig | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/board/armltd/vexpress64/Kconfig b/board/armltd/vexpress64/Kconfig index 9494409..939e6ad 100644 --- a/board/armltd/vexpress64/Kconfig +++ b/board/armltd/vexpress64/Kconfig @@ -13,19 +13,3 @@ config SYS_CONFIG_NAME default "vexpress_aemv8a" endif - -if TARGET_VEXPRESS_AEMV8A_SEMI - -config SYS_CPU - default "armv8" - -config SYS_BOARD - default "vexpress64" - -config SYS_VENDOR - default "armltd" - -config SYS_CONFIG_NAME - default "vexpress_aemv8a" - -endif |