Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
5fc6e8694ab837e655fd306e38c48c234478649b
/
.
/
board
/
gateworks
/
venice
/
Kconfig
blob: 64cb97c1e0a9462b9cb813106ac5566556cd8525 [
file
] [
log
] [
blame
]
Tim Harvey
03bf843
2021-03-02 14:00:21 -0800
[
diff
] [
blame
]
1
if
TARGET_IMX8MM_VENICE
2
3
config SYS_BOARD
4
default
"venice"
5
6
config SYS_VENDOR
7
default
"gateworks"
8
9
config SYS_CONFIG_NAME
10
default
"imx8mm_venice"
11
12
endif