]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
cougarcanyon2: Remove empty config header
authorTom Rini <trini@konsulko.com>
Mon, 22 Jan 2024 22:39:10 +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 cougarcanyon2 platform and remove
the otherwise empty file.

Signed-off-by: Tom Rini <trini@konsulko.com>
board/intel/cougarcanyon2/Kconfig
board/intel/cougarcanyon2/MAINTAINERS
include/configs/cougarcanyon2.h [deleted file]

index 32407025bc16a7a119c66542ef6ed332e19f5ecb..841e041167e8c5efcf250eb482227c1cd67389eb 100644 (file)
@@ -9,9 +9,6 @@ config SYS_VENDOR
 config SYS_SOC
        default "ivybridge"
 
-config SYS_CONFIG_NAME
-       default "cougarcanyon2"
-
 config TEXT_BASE
        default 0xffe00000
 
index a486739b5eea6f556e5d80bb9287f2cf1c60f958..a4f465cf5df3f28114bb9ad26bb94af568dd1a9f 100644 (file)
@@ -2,5 +2,4 @@ INTEL COUGAR CANYON 2 BOARD
 M:     Bin Meng <bmeng.cn@gmail.com>
 S:     Maintained
 F:     board/intel/cougarcanyon2/
-F:     include/configs/cougarcanyon2.h
 F:     configs/cougarcanyon2_defconfig
diff --git a/include/configs/cougarcanyon2.h b/include/configs/cougarcanyon2.h
deleted file mode 100644 (file)
index 0406786..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com>
- */