mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
3ebd892fda
To avoid confusion, let's rename the efi-x86 target to efi-x86_app. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
15 lines
178 B
Text
15 lines
178 B
Text
if TARGET_EFI_APP
|
|
|
|
config SYS_BOARD
|
|
default "efi-x86_app"
|
|
|
|
config SYS_VENDOR
|
|
default "efi"
|
|
|
|
config SYS_SOC
|
|
default "efi"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "efi-x86_app"
|
|
|
|
endif
|