mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
33f19038cc
A board with Hi3798MV200 SoC and various peripherals. Details are in the board README.md. Signed-off-by: Yang Xiwen <forbidden405@outlook.com>
15 lines
204 B
Text
15 lines
204 B
Text
if TARGET_HC2910_2AGHD05
|
|
|
|
config SYS_BOARD
|
|
default "hc2910-2aghd05"
|
|
|
|
config SYS_VENDOR
|
|
default "skyworth"
|
|
|
|
config SYS_SOC
|
|
default "hi3798mv200"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "hc2910-2aghd05"
|
|
|
|
endif
|