mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-14 07:13:03 +00:00
17 lines
192 B
Text
17 lines
192 B
Text
|
|
||
|
if TARGET_LS2085AQDS
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "ls2085aqds"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "freescale"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "fsl-lsch3"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "ls2085aqds"
|
||
|
|
||
|
endif
|