aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-01-22 17:39:19 -0500
committerTom Rini <trini@konsulko.com>2024-02-27 14:18:30 -0500
commit770afff24aa56d7d992682fbad396e5b7f0a969e (patch)
tree5f183ac36e5f819c98f613616ba97a10690fbd6a
parent4be2311bf4af0a3e0ee0ca745c0227319322f897 (diff)
downloadu-boot-770afff24aa56d7d992682fbad396e5b7f0a969e.zip
u-boot-770afff24aa56d7d992682fbad396e5b7f0a969e.tar.gz
u-boot-770afff24aa56d7d992682fbad396e5b7f0a969e.tar.bz2
hc2910-2aghd05: 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 hc2910-2aghd05 platform and remove the otherwise empty file. Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--board/skyworth/hc2910-2aghd05/Kconfig3
-rw-r--r--board/skyworth/hc2910-2aghd05/MAINTAINERS1
-rw-r--r--include/configs/hc2910-2aghd05.h6
3 files changed, 0 insertions, 10 deletions
diff --git a/board/skyworth/hc2910-2aghd05/Kconfig b/board/skyworth/hc2910-2aghd05/Kconfig
index f85f1f2..620a317 100644
--- a/board/skyworth/hc2910-2aghd05/Kconfig
+++ b/board/skyworth/hc2910-2aghd05/Kconfig
@@ -9,7 +9,4 @@ config SYS_VENDOR
config SYS_SOC
default "hi3798mv200"
-config SYS_CONFIG_NAME
- default "hc2910-2aghd05"
-
endif
diff --git a/board/skyworth/hc2910-2aghd05/MAINTAINERS b/board/skyworth/hc2910-2aghd05/MAINTAINERS
index 2c1e750..1391555 100644
--- a/board/skyworth/hc2910-2aghd05/MAINTAINERS
+++ b/board/skyworth/hc2910-2aghd05/MAINTAINERS
@@ -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
index 3db9a47..0000000
--- a/include/configs/hc2910-2aghd05.h
+++ /dev/null
@@ -1,6 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-
-#ifndef __HC2910_2AGHD05_CONFIG_H__
-#define __HC2910_2AGHD05_CONFIG_H__
-
-#endif