mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00
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>
This commit is contained in:
parent
4be2311bf4
commit
770afff24a
3 changed files with 0 additions and 10 deletions
|
@ -9,7 +9,4 @@ config SYS_VENDOR
|
|||
config SYS_SOC
|
||||
default "hi3798mv200"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
default "hc2910-2aghd05"
|
||||
|
||||
endif
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||
|
||||
#ifndef __HC2910_2AGHD05_CONFIG_H__
|
||||
#define __HC2910_2AGHD05_CONFIG_H__
|
||||
|
||||
#endif
|
Loading…
Add table
Reference in a new issue