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>
config SYS_SOC
default "efi"
-config SYS_CONFIG_NAME
- default "efi-x86_app"
-
config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
imply VIDEO_EFI
S: Maintained
F: board/efi/Kconfig
F: board/efi/efi-x86_app/
-F: include/configs/efi-x86_app.h
F: configs/efi-x86_app32_defconfig
EFI-X86_APP64 BOARD
S: Maintained
F: board/efi/Kconfig
F: board/efi/efi-x86_app/
-F: include/configs/efi-x86_app.h
F: configs/efi-x86_app64_defconfig
+++ /dev/null
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * Copyright (c) 2015 Google, Inc
- */