diff options
| author | Tom Rini <[email protected]> | 2024-01-22 17:39:07 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-02-27 14:18:30 -0500 |
| commit | abb23315c06e8c5241c35fc89fe9c9a0756dc5f7 (patch) | |
| tree | a2c24faa2cb9fd27c745c3ea43b810312cdec1df /board/coreboot | |
| parent | e82f7c627cd0bee334273541fa41b26eb9a9ab8a (diff) | |
coreboot: 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 coreboot platform and remove
the otherwise empty file.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'board/coreboot')
| -rw-r--r-- | board/coreboot/coreboot/Kconfig | 7 | ||||
| -rw-r--r-- | board/coreboot/coreboot/MAINTAINERS | 1 |
2 files changed, 0 insertions, 8 deletions
diff --git a/board/coreboot/coreboot/Kconfig b/board/coreboot/coreboot/Kconfig index 4f41ce1abf1..abbf08ac695 100644 --- a/board/coreboot/coreboot/Kconfig +++ b/board/coreboot/coreboot/Kconfig @@ -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 diff --git a/board/coreboot/coreboot/MAINTAINERS b/board/coreboot/coreboot/MAINTAINERS index f7773658000..d97383c030c 100644 --- a/board/coreboot/coreboot/MAINTAINERS +++ b/board/coreboot/coreboot/MAINTAINERS @@ -2,7 +2,6 @@ COREBOOT BOARD M: Simon Glass <[email protected]> S: Maintained F: board/coreboot/ -F: include/configs/coreboot.h F: configs/coreboot_defconfig COREBOOT64 BOARD |
