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

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

index f85f1f2631dedea23bec19d256967587f3c8e01a..620a3177f488e68afadf934899aec36546449df7 100644 (file)
@@ -9,7 +9,4 @@ config SYS_VENDOR
 config SYS_SOC
        default "hi3798mv200"
 
-config SYS_CONFIG_NAME
-       default "hc2910-2aghd05"
-
 endif
index 2c1e750018e1db2912b365ded969e11cd596a90e..13915556bc5e7b8febd83f92803cc17ed37822af 100644 (file)
@@ -2,5 +2,4 @@ HC2910 2AGHD05 BOARD
 M: Yang Xiwen <firbidden405@outlook.com>
 S: Maintained
 F: board/skyworth/hc2910-2aghd05
-F: include/configs/hc2910-2aghd05.h
 F: configs/hc2910_2aghd05_defconfig
diff --git a/include/configs/hc2910-2aghd05.h b/include/configs/hc2910-2aghd05.h
deleted file mode 100644 (file)
index 3db9a47..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-
-#ifndef __HC2910_2AGHD05_CONFIG_H__
-#define __HC2910_2AGHD05_CONFIG_H__
-
-#endif