Commit 8813fdaf4bb6ee6bae4574c42c115fc91915c919

Authored by Masahiro Yamada
Committed by Tom Rini
1 parent f395e75e27

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>

Showing 3 changed files with 1 additions and 20 deletions Side-by-side Diff

... ... @@ -460,9 +460,6 @@
460 460 config TARGET_VEXPRESS_AEMV8A
461 461 bool "Support vexpress_aemv8a"
462 462  
463   -config TARGET_VEXPRESS_AEMV8A_SEMI
464   - bool "Support vexpress_aemv8a_semi"
465   -
466 463 config TARGET_LS2085A_EMU
467 464 bool "Support ls2085a_emu"
468 465  
board/armltd/vexpress64/Kconfig
... ... @@ -13,20 +13,4 @@
13 13 default "vexpress_aemv8a"
14 14  
15 15 endif
16   -
17   -if TARGET_VEXPRESS_AEMV8A_SEMI
18   -
19   -config SYS_CPU
20   - default "armv8"
21   -
22   -config SYS_BOARD
23   - default "vexpress64"
24   -
25   -config SYS_VENDOR
26   - default "armltd"
27   -
28   -config SYS_CONFIG_NAME
29   - default "vexpress_aemv8a"
30   -
31   -endif
configs/vexpress_aemv8a_semi_defconfig
1 1 CONFIG_SYS_EXTRA_OPTIONS="ARM64,SEMIHOSTING,BASE_FVP"
2 2 CONFIG_ARM=y
3   -CONFIG_TARGET_VEXPRESS_AEMV8A_SEMI=y
  3 +CONFIG_TARGET_VEXPRESS_AEMV8A=y