Tom Rini 770afff24a 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>
2024-02-27 14:18:30 -05:00

13 lines
154 B
Plaintext

if TARGET_HC2910_2AGHD05
config SYS_BOARD
default "hc2910-2aghd05"
config SYS_VENDOR
default "skyworth"
config SYS_SOC
default "hi3798mv200"
endif