mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 06:12:58 +00:00
19 lines
222 B
Text
19 lines
222 B
Text
|
if TARGET_LS1021ATWR
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "armv7"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "ls1021atwr"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "freescale"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "ls102xa"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "ls1021atwr"
|
||
|
|
||
|
endif
|