mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
16 lines
196 B
Text
16 lines
196 B
Text
|
if TARGET_LS1046AQDS
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "ls1046aqds"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "freescale"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "fsl-layerscape"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "ls1046aqds"
|
||
|
|
||
|
endif
|