mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-14 07:13:03 +00:00
17 lines
233 B
Text
17 lines
233 B
Text
|
if TARGET_LX2160ARDB
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "lx2160a"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "freescale"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "fsl-layerscape"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "lx2160ardb"
|
||
|
|
||
|
source "board/freescale/common/Kconfig"
|
||
|
endif
|