aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-01-22 17:39:09 -0500
committerTom Rini <trini@konsulko.com>2024-02-27 14:18:30 -0500
commit063bf17d1e76ee9c9b28d2a1e695ad4d8202f359 (patch)
treeee11d22aa45aa7b4cc904e1b1f3515d343c656b2
parent3cf2d25ecb41f0b0f1e7e0aa429ad2c8c8f9a38f (diff)
downloadu-boot-063bf17d1e76ee9c9b28d2a1e695ad4d8202f359.zip
u-boot-063bf17d1e76ee9c9b28d2a1e695ad4d8202f359.tar.gz
u-boot-063bf17d1e76ee9c9b28d2a1e695ad4d8202f359.tar.bz2
cherryhill: 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 cherryhill platform and remove the otherwise empty file. Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--board/intel/cherryhill/Kconfig3
-rw-r--r--board/intel/cherryhill/MAINTAINERS1
-rw-r--r--include/configs/cherryhill.h4
3 files changed, 0 insertions, 8 deletions
diff --git a/board/intel/cherryhill/Kconfig b/board/intel/cherryhill/Kconfig
index 009cd93..28e4735 100644
--- a/board/intel/cherryhill/Kconfig
+++ b/board/intel/cherryhill/Kconfig
@@ -9,9 +9,6 @@ config SYS_VENDOR
config SYS_SOC
default "braswell"
-config SYS_CONFIG_NAME
- default "cherryhill"
-
config TEXT_BASE
default 0xffe00000
diff --git a/board/intel/cherryhill/MAINTAINERS b/board/intel/cherryhill/MAINTAINERS
index 6e90f64..7c1b311 100644
--- a/board/intel/cherryhill/MAINTAINERS
+++ b/board/intel/cherryhill/MAINTAINERS
@@ -2,5 +2,4 @@ INTEL CHERRYHILL BOARD
M: Bin Meng <bmeng.cn@gmail.com>
S: Maintained
F: board/intel/cherryhill/
-F: include/configs/cherryhill.h
F: configs/cherryhill_defconfig
diff --git a/include/configs/cherryhill.h b/include/configs/cherryhill.h
deleted file mode 100644
index a300957..0000000
--- a/include/configs/cherryhill.h
+++ /dev/null
@@ -1,4 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * Copyright (C) 2017, Bin Meng <bmeng.cn@gmail.com>
- */