mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-15 11:46:59 +02:00
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>
16 lines
178 B
Plaintext
16 lines
178 B
Plaintext
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
|