mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 13:14:19 +08:00
vexpress64: Kconfig: tidy up
The FVP and Juno settings were identical, but duplicated, so I removed the duplication with this patch. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> [trini: Adjust logic to keep if/endif in the file] Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
c0ae9703b4
commit
b483cb5a94
@ -1,17 +1,4 @@
|
||||
if TARGET_VEXPRESS64_BASE_FVP
|
||||
|
||||
config SYS_BOARD
|
||||
default "vexpress64"
|
||||
|
||||
config SYS_VENDOR
|
||||
default "armltd"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
default "vexpress_aemv8a"
|
||||
|
||||
endif
|
||||
|
||||
if TARGET_VEXPRESS64_JUNO
|
||||
if TARGET_VEXPRESS64_BASE_FVP || TARGET_VEXPRESS64_JUNO
|
||||
|
||||
config SYS_BOARD
|
||||
default "vexpress64"
|
||||
|
Loading…
Reference in New Issue
Block a user