13 lines
239 B
Plaintext
13 lines
239 B
Plaintext
|
|
source "${BASH_SOURCE%/*}/sunxi64_common.inc"
|
|
|
|
OVERLAY_PREFIX='sun50i-h5'
|
|
|
|
BOOTENV_FILE='sun50iw2-next.txt'
|
|
|
|
[[ -z $CPUMIN ]] && CPUMIN=480000
|
|
[[ -z $CPUMAX ]] && CPUMAX=1010000
|
|
GOVERNOR=ondemand
|
|
|
|
ASOUND_STATE='asound.state.sun50iw2-dev'
|