mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-19 13:41:31 +02:00
Now that we support having CONFIG_SYS_CONFIG_NAME be unset to indicate a lack of board.h file, unset this on the efi-x86_app* platforms and remove the otherwise empty file. Signed-off-by: Tom Rini <trini@konsulko.com>
17 lines
192 B
Plaintext
17 lines
192 B
Plaintext
if EFI_APP
|
|
|
|
config SYS_BOARD
|
|
default "efi-x86_app"
|
|
|
|
config SYS_VENDOR
|
|
default "efi"
|
|
|
|
config SYS_SOC
|
|
default "efi"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
imply VIDEO_EFI
|
|
|
|
endif
|