mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-15 22:54:04 +00:00
16 lines
177 B
Text
16 lines
177 B
Text
|
if TARGET_JADECPU
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "jadecpu"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "syteco"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "mb86r0x"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "jadecpu"
|
||
|
|
||
|
endif
|