mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 02:38:56 +00:00
17 lines
258 B
Text
17 lines
258 B
Text
|
if TARGET_RV1126_NEU2
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "neural-compute-module-2"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "edgeble"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "neural-compute-module-2"
|
||
|
|
||
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
||
|
def_bool y
|
||
|
select RAM_ROCKCHIP_LPDDR4
|
||
|
|
||
|
endif
|