dashboard
repositories
activity
search
login
Failed to find commit "9ca5fbcb63a8dcaee0527f96afb91dc4b4bd8fa9" in ~ljy/RK356X_SDK_RELEASE.git!
hc
/
RK356X_SDK_RELEASE
forked from
~ljy/RK356X_SDK_RELEASE
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
enable wifi gpio
hc
2023-11-07
f45e756958099c35d6afb746df1d40a1c6302cfc
[~hc/RK356X_SDK_RELEASE.git]
/
u-boot
/
board
/
grinn
/
chiliboard
/
Kconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_CHILIBOARD
config SYS_BOARD
default "chiliboard"
config SYS_VENDOR
default "grinn"
config SYS_CONFIG_NAME
default "chiliboard"
config SYS_SOC
default "am33xx"
endif