Tom Rini f10e484fc5 efi-x86_app: Remove empty config header
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>
2024-02-27 14:18:30 -05:00

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