mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-11 20:46:00 +01:00
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>
13 lines
154 B
Plaintext
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
|