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

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

index eb2290cfafbead241d46fc417c2ad77a045cdbf4..09614ab8d155f1499e9ce41b76dd35a33fc68b95 100644 (file)
@@ -9,9 +9,6 @@ config SYS_VENDOR
 config SYS_SOC
        default "queensbay"
 
-config SYS_CONFIG_NAME
-       default "crownbay"
-
 config TEXT_BASE
        default 0xfff00000
 
index 1eb68693df3e817a7c328d740b71c55a52cbbd24..e2d8e6bc1d0d5a21384bd202328429e36792f006 100644 (file)
@@ -2,5 +2,4 @@ INTEL CROWNBAY BOARD
 M:     Bin Meng <bmeng.cn@gmail.com>
 S:     Maintained
 F:     board/intel/crownbay/
-F:     include/configs/crownbay.h
 F:     configs/crownbay_defconfig
diff --git a/include/configs/crownbay.h b/include/configs/crownbay.h
deleted file mode 100644 (file)
index 0c842dd..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com>
- */