]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
cherryhill: Remove empty config header
authorTom Rini <trini@konsulko.com>
Mon, 22 Jan 2024 22:39:09 +0000 (17:39 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 27 Feb 2024 19:18:30 +0000 (14:18 -0500)
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>
board/intel/cherryhill/Kconfig
board/intel/cherryhill/MAINTAINERS
include/configs/cherryhill.h [deleted file]

index 009cd93b6d44eac9b23d39ed436db0aec68e8305..28e4735e4d659ad2bf69813baa38c7dbb035e372 100644 (file)
@@ -9,9 +9,6 @@ config SYS_VENDOR
 config SYS_SOC
        default "braswell"
 
-config SYS_CONFIG_NAME
-       default "cherryhill"
-
 config TEXT_BASE
        default 0xffe00000
 
index 6e90f642125e7b4f10fb81558cb6becdf65ef8c8..7c1b311990c4e921b637fdab54540edbfe21aeb9 100644 (file)
@@ -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 (file)
index a300957..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * Copyright (C) 2017, Bin Meng <bmeng.cn@gmail.com>
- */