diff mbox series

[08/16] edison: Remove empty config header

Message ID 20240122223920.3630168-8-trini@konsulko.com
State Accepted
Commit 6e8bc6b2594ee082e22c100c2e96b7e7c2de9538
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 edison platform and remove
the otherwise empty file.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 board/intel/edison/Kconfig     | 3 ---
 board/intel/edison/MAINTAINERS | 1 -
 include/configs/edison.h       | 4 ----
 3 files changed, 8 deletions(-)
 delete mode 100644 include/configs/edison.h

Comments

Andy Shevchenko Jan. 28, 2024, 1:34 p.m. UTC | #1
On Mon, Jan 22, 2024 at 05:39:12PM -0500, Tom Rini wrote:
> Now that we support having CONFIG_SYS_CONFIG_NAME be unset to indicate a
> lack of board.h file, unset this on the edison platform and remove
> the otherwise empty file.

Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
diff mbox series

Patch

diff --git a/board/intel/edison/Kconfig b/board/intel/edison/Kconfig
index 5efda4b3a554..daa8d2035cd5 100644
--- a/board/intel/edison/Kconfig
+++ b/board/intel/edison/Kconfig
@@ -9,9 +9,6 @@  config SYS_VENDOR
 config SYS_SOC
 	default "tangier"
 
-config SYS_CONFIG_NAME
-	default "edison"
-
 config SYS_MALLOC_LEN
 	default 0x08000000
 
diff --git a/board/intel/edison/MAINTAINERS b/board/intel/edison/MAINTAINERS
index 4bc4a00c8ad8..26b27c5dfe15 100644
--- a/board/intel/edison/MAINTAINERS
+++ b/board/intel/edison/MAINTAINERS
@@ -2,5 +2,4 @@  Intel Edison Board
 M:	Andy Shevchenko <andriy.shevchenko@linux.intel.com>
 S:	Maintained
 F:	board/intel/edison
-F:	include/configs/edison.h
 F:	configs/edison_defconfig
diff --git a/include/configs/edison.h b/include/configs/edison.h
deleted file mode 100644
index 127c2c4546e0..000000000000
--- a/include/configs/edison.h
+++ /dev/null
@@ -1,4 +0,0 @@ 
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * Copyright (c) 2017 Intel Corp.
- */