diff mbox series

[11/16] galileo: Remove empty config header

Message ID 20240122223920.3630168-11-trini@konsulko.com
State Accepted
Commit 5b70814f2491c904816bcefcee030f55ac377898
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 galileo platform and remove
the otherwise empty file.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
Cc: Bin Meng <bmeng.cn@gmail.com>
---
 board/intel/galileo/Kconfig     | 3 ---
 board/intel/galileo/MAINTAINERS | 1 -
 include/configs/galileo.h       | 4 ----
 3 files changed, 8 deletions(-)
 delete mode 100644 include/configs/galileo.h
diff mbox series

Patch

diff --git a/board/intel/galileo/Kconfig b/board/intel/galileo/Kconfig
index 4c0451da48da..15c8d1254089 100644
--- a/board/intel/galileo/Kconfig
+++ b/board/intel/galileo/Kconfig
@@ -9,9 +9,6 @@  config SYS_VENDOR
 config SYS_SOC
 	default "quark"
 
-config SYS_CONFIG_NAME
-	default "galileo"
-
 config TEXT_BASE
 	default 0xfff10000
 
diff --git a/board/intel/galileo/MAINTAINERS b/board/intel/galileo/MAINTAINERS
index dbbc82e8a1db..a5dcde7ad09d 100644
--- a/board/intel/galileo/MAINTAINERS
+++ b/board/intel/galileo/MAINTAINERS
@@ -2,5 +2,4 @@  INTEL GALILEO BOARD
 M:	Bin Meng <bmeng.cn@gmail.com>
 S:	Maintained
 F:	board/intel/galileo/
-F:	include/configs/galileo.h
 F:	configs/galileo_defconfig
diff --git a/include/configs/galileo.h b/include/configs/galileo.h
deleted file mode 100644
index 9b0f5cedcd79..000000000000
--- a/include/configs/galileo.h
+++ /dev/null
@@ -1,4 +0,0 @@ 
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
- */