mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 17:58:23 +00:00
18 lines
220 B
Text
18 lines
220 B
Text
|
if TARGET_TEN64
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "ten64"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "traverse"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "fsl-layerscape"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "ten64"
|
||
|
|
||
|
endif
|
||
|
|
||
|
source "board/traverse/common/Kconfig"
|