mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 17:28:15 +00:00
16 lines
189 B
Text
16 lines
189 B
Text
|
if TARGET_LS1021AQDS
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "ls1021aqds"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "freescale"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "ls102xa"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "ls1021aqds"
|
||
|
|
||
|
endif
|