mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 13:44:29 +00:00
19 lines
265 B
Text
19 lines
265 B
Text
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
if TARGET_LS1021ATSN
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "ls1021atsn"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "freescale"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "ls102xa"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "ls1021atsn"
|
||
|
|
||
|
source "board/freescale/common/Kconfig"
|
||
|
|
||
|
endif
|