summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-09-14 03:01:50 +0900
committerTom Rini <trini@ti.com>2014-09-16 12:24:00 -0400
commit8813fdaf4bb6ee6bae4574c42c115fc91915c919 (patch)
treeefe579058ec94421b61f3e08390eb8b632c901f7 /board
parentf395e75e27323cc1ef060f640d0d535ed50e705d (diff)
downloadtalos-obmc-uboot-8813fdaf4bb6ee6bae4574c42c115fc91915c919.tar.gz
talos-obmc-uboot-8813fdaf4bb6ee6bae4574c42c115fc91915c919.zip
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/Kconfig16
1 files changed, 0 insertions, 16 deletions
diff --git a/board/armltd/vexpress64/Kconfig b/board/armltd/vexpress64/Kconfig
index 94944095c3..939e6ad1f8 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
OpenPOWER on IntegriCloud