mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-01 00:49:43 +00:00
b0ce187b1f
LS1012A-2G5RDB belongs to LS1012A family with features 2 2.5G SGMII PFE MAC, SATA, USB 2.0/3.0, WiFi DDR, eMMC, QuadSPI, UART. Signed-off-by: Bhaskar Upadhaya <Bhaskar.Upadhaya@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
35 lines
509 B
Text
35 lines
509 B
Text
if TARGET_LS1012ARDB
|
|
|
|
config SYS_BOARD
|
|
default "ls1012ardb"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_SOC
|
|
default "fsl-layerscape"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "ls1012ardb"
|
|
|
|
source "board/freescale/common/Kconfig"
|
|
|
|
endif
|
|
|
|
if TARGET_LS1012A2G5RDB
|
|
|
|
config SYS_BOARD
|
|
default "ls1012ardb"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_SOC
|
|
default "fsl-layerscape"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "ls1012a2g5rdb"
|
|
|
|
source "board/freescale/common/Kconfig"
|
|
|
|
endif
|