projects
/
oweals
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
arm: juno: Use PSCI based reset
[oweals/u-boot.git]
/
board
/
freescale
/
ls1021atsn
/
Kconfig
1
# SPDX-License-Identifier: GPL-2.0
2
if TARGET_LS1021ATSN
3
4
config SYS_BOARD
5
default "ls1021atsn"
6
7
config SYS_VENDOR
8
default "freescale"
9
10
config SYS_SOC
11
default "ls102xa"
12
13
config SYS_CONFIG_NAME
14
default "ls1021atsn"
15
16
source "board/freescale/common/Kconfig"
17
18
endif