Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
d7fa4e4b22d8f493e6f643843f0a7aaf448d098a
/
.
/
board
/
mediatek
/
mt7623
/
Kconfig
blob: a8c670e71f8ce0e5eb469414c969d83e6e91e97c [
file
] [
log
] [
blame
]
Weijie Gao
361e13f
2018-11-15 10:07:53 +0800
[
diff
] [
blame
]
1
if
TARGET_MT7623
2
3
config SYS_BOARD
4
default
"mt7623"
5
6
config SYS_CONFIG_NAME
7
default
"mt7623"
8
9
config MTK_BROM_HEADER_INFO
10
string
11
default
"lk=1"
12
13
endif