mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +00:00
17 lines
197 B
Text
17 lines
197 B
Text
|
|
||
|
if TARGET_LS1046ARDB
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "ls1046ardb"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "freescale"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "fsl-layerscape"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "ls1046ardb"
|
||
|
|
||
|
endif
|