mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 18:59:44 +00:00
16 lines
166 B
Text
16 lines
166 B
Text
|
if TARGET_EFI
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "efi-x86"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "efi"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "efi"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "efi-x86"
|
||
|
|
||
|
endif
|