summaryrefslogtreecommitdiff
path: root/board/intel
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-01-22 17:39:11 -0500
committerTom Rini <[email protected]>2024-02-27 14:18:30 -0500
commitdd4a55965ee4778740a285e1f0f93dcd764065ad (patch)
treeb3e82c695e414a9a5881eec6fb76ff5107221d0f /board/intel
parent1ef8524c3e78a3aec74479220c27bfebcb62ec98 (diff)
crownbay: 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 crownbay platform and remove the otherwise empty file. Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'board/intel')
-rw-r--r--board/intel/crownbay/Kconfig3
-rw-r--r--board/intel/crownbay/MAINTAINERS1
2 files changed, 0 insertions, 4 deletions
diff --git a/board/intel/crownbay/Kconfig b/board/intel/crownbay/Kconfig
index eb2290cfafb..09614ab8d15 100644
--- a/board/intel/crownbay/Kconfig
+++ b/board/intel/crownbay/Kconfig
@@ -9,9 +9,6 @@ config SYS_VENDOR
config SYS_SOC
default "queensbay"
-config SYS_CONFIG_NAME
- default "crownbay"
-
config TEXT_BASE
default 0xfff00000
diff --git a/board/intel/crownbay/MAINTAINERS b/board/intel/crownbay/MAINTAINERS
index 1eb68693df3..e2d8e6bc1d0 100644
--- a/board/intel/crownbay/MAINTAINERS
+++ b/board/intel/crownbay/MAINTAINERS
@@ -2,5 +2,4 @@ INTEL CROWNBAY BOARD
M: Bin Meng <[email protected]>
S: Maintained
F: board/intel/crownbay/
-F: include/configs/crownbay.h
F: configs/crownbay_defconfig