diff mbox series

[07/16] crownbay: Remove empty config header

Message ID 20240122223920.3630168-7-trini@konsulko.com
State Accepted
Commit dd4a55965ee4778740a285e1f0f93dcd764065ad
Delegated to: Tom Rini
Headers show
Series [01/16] kbuild: Allow for CONFIG_SYS_CONFIG_NAME to be unset | expand

Commit Message

Tom Rini Jan. 22, 2024, 10:39 p.m. UTC
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 <trini@konsulko.com>
---
Cc: Bin Meng <bmeng.cn@gmail.com>
---
 board/intel/crownbay/Kconfig     | 3 ---
 board/intel/crownbay/MAINTAINERS | 1 -
 include/configs/crownbay.h       | 4 ----
 3 files changed, 8 deletions(-)
 delete mode 100644 include/configs/crownbay.h
diff mbox series

Patch

diff --git a/board/intel/crownbay/Kconfig b/board/intel/crownbay/Kconfig
index eb2290cfafbe..09614ab8d155 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 1eb68693df3e..e2d8e6bc1d0d 100644
--- a/board/intel/crownbay/MAINTAINERS
+++ b/board/intel/crownbay/MAINTAINERS
@@ -2,5 +2,4 @@  INTEL CROWNBAY BOARD
 M:	Bin Meng <bmeng.cn@gmail.com>
 S:	Maintained
 F:	board/intel/crownbay/
-F:	include/configs/crownbay.h
 F:	configs/crownbay_defconfig
diff --git a/include/configs/crownbay.h b/include/configs/crownbay.h
deleted file mode 100644
index 0c842dd01ebe..000000000000
--- a/include/configs/crownbay.h
+++ /dev/null
@@ -1,4 +0,0 @@ 
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com>
- */