]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
efi-x86_payload: Remove empty config header
authorTom Rini <trini@konsulko.com>
Mon, 22 Jan 2024 22:39:14 +0000 (17:39 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 27 Feb 2024 19:18:30 +0000 (14:18 -0500)
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_payload* platforms and remove
the otherwise empty file.

Signed-off-by: Tom Rini <trini@konsulko.com>
board/efi/efi-x86_payload/Kconfig
board/efi/efi-x86_payload/MAINTAINERS
include/configs/efi-x86_payload.h [deleted file]

index 6d062499346d513ea8768dc9d2065af5c91dcc81..c500ca02ebf5f79572dcdc1dd57a3f6ceafa6278 100644 (file)
@@ -9,9 +9,6 @@ config SYS_VENDOR
 config SYS_SOC
        default "efi"
 
-config SYS_CONFIG_NAME
-       default "efi-x86_payload"
-
 config TEXT_BASE
        default 0x00200000
 
index d795d60e09e46c18399bbf9f5075ee3014c415ec..3c5d48aa84cc2bce9f87b97d1f8891e00d2cabaf 100644 (file)
@@ -3,6 +3,5 @@ M:      Bin Meng <bmeng.cn@gmail.com>
 S:     Maintained
 F:     board/efi/Kconfig
 F:     board/efi/efi-x86_payload/
-F:     include/configs/efi-x86_payload.h
 F:     configs/efi-x86_payload32_defconfig
 F:     configs/efi-x86_payload64_defconfig
diff --git a/include/configs/efi-x86_payload.h b/include/configs/efi-x86_payload.h
deleted file mode 100644 (file)
index e00c408..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * Copyright (C) 2018, Bin Meng <bmeng.cn@gmail.com>
- */