mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-23 15:41:33 +00:00
16 lines
175 B
Text
16 lines
175 B
Text
|
if TARGET_TS4600
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "ts4600"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "technologic"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "mxs"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "ts4600"
|
||
|
|
||
|
endif
|