projects
/
oweals
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
arm64: zynqmp: Propagate error value from psu_init()
[oweals/u-boot.git]
/
board
/
aristainetos
/
Kconfig
1
if TARGET_ARISTAINETOS
2
3
config SYS_BOARD
4
default "aristainetos"
5
6
config SYS_CONFIG_NAME
7
default "aristainetos"
8
9
endif
10
11
if TARGET_ARISTAINETOS2
12
13
config SYS_BOARD
14
default "aristainetos"
15
16
config SYS_CONFIG_NAME
17
default "aristainetos2"
18
19
endif
20
21
if TARGET_ARISTAINETOS2B
22
23
config SYS_BOARD
24
default "aristainetos"
25
26
config SYS_CONFIG_NAME
27
default "aristainetos2b"
28
29
endif