Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
87f43de7e34b4a10ce804e69f766f70a9d3f8603
/
.
/
board
/
technexion
/
pico-imx8mq
/
Kconfig
blob: 031fc1d56364aa3514dbaef51525e5bd785415d1 [
file
] [
log
] [
blame
]
Marek Vasut
0f97ed0
2020-04-29 20:09:08 +0200
[
diff
] [
blame
]
1
if
TARGET_PICO_IMX8MQ
2
3
config SYS_BOARD
4
default
"pico-imx8mq"
5
6
config SYS_VENDOR
7
default
"technexion"
8
9
config SYS_CONFIG_NAME
10
default
"pico-imx8mq"
11
12
endif