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 /include | |
| 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 'include')
| -rw-r--r-- | include/configs/coreboot.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h deleted file mode 100644 index e00c408f29a..00000000000 --- a/include/configs/coreboot.h +++ /dev/null @@ -1,4 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0+ */ -/* - * Copyright (C) 2018, Bin Meng <[email protected]> - */ |
