]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
coreboot: Remove empty config header
authorTom Rini <trini@konsulko.com>
Mon, 22 Jan 2024 22:39:07 +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 coreboot platform and remove
the otherwise empty file.

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

index 4f41ce1abf103a45fb424d959a082de4a4be5cd7..abbf08ac695ebf7c82972eeab9be7625bb37c6fa 100644 (file)
@@ -29,10 +29,3 @@ config SYS_CAR_SIZE
          This option specifies the board specific Cache-As-RAM (CAR) size.
 
 endif  # CONFIG_VENDOR_COREBOOT
-
-if TARGET_COREBOOT
-
-config SYS_CONFIG_NAME
-       default "coreboot"
-
-endif
index f7773658000616523ff52093e696741c2c49b416..d97383c030cd146d161532e45d8f648d41bb1dac 100644 (file)
@@ -2,7 +2,6 @@ COREBOOT BOARD
 M:     Simon Glass <sjg@chromium.org>
 S:     Maintained
 F:     board/coreboot/
-F:     include/configs/coreboot.h
 F:     configs/coreboot_defconfig
 
 COREBOOT64 BOARD
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.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>
- */