mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-04 18:13:31 +08:00
16 lines
188 B
Plaintext
16 lines
188 B
Plaintext
|
if TARGET_SILINUX_EK874
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "rmobile"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "ek874"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "silinux"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "silinux-ek874"
|
||
|
|
||
|
endif
|