JetHome: small fix: set CPUMIN=250000 for JetHub D1/H1 (#3434)

This commit is contained in:
Vyacheslav 2022-01-24 19:11:55 +03:00 committed by GitHub
parent 249c20c7e2
commit 561e0edf41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
source "${BASH_SOURCE%/*}/include/meson64_common.inc"
UBOOT_TARGET_MAP="u-boot-dtb.img;;u-boot.bin.sd.bin:u-boot.bin u-boot.bin:u-boot.nosd.bin u-boot-dtb.img"
CPUMIN=100000
CPUMIN=250000
GOVERNOR="ondemand"
BOOTSCRIPT="boot-jethub.cmd:boot.cmd"