mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
18 lines
240 B
Text
18 lines
240 B
Text
|
|
||
|
if TARGET_LS1046AFRWY
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "ls1046afrwy"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "freescale"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "fsl-layerscape"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "ls1046afrwy"
|
||
|
|
||
|
source "board/freescale/common/Kconfig"
|
||
|
endif
|