device-xiaomi-scorpio: enable big cluster (MR 2365)
Now that CPU scaling is enabled, there is no need to disable the big cluster, which was hurting performance before by staying at 19.2 MHz. Remove maxcpus=2 from the command line arguments. [ci:skip-build] Already built successfully on CI
This commit is contained in:
parent
90f90c6d50
commit
ca02197e70
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
pkgname=device-xiaomi-scorpio
|
pkgname=device-xiaomi-scorpio
|
||||||
pkgdesc="Xiaomi Mi Note 2"
|
pkgdesc="Xiaomi Mi Note 2"
|
||||||
pkgver=2
|
pkgver=2
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
arch="aarch64"
|
arch="aarch64"
|
||||||
|
@ -56,7 +56,7 @@ phosh() {
|
||||||
|
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
13eab520ce416455ab39329c3fe29a9bced538446aa99a26039c322b394fa4989f237463993d68cd59b0ce72fb7773d9c2444e70ebc98a7fa90454046c4bcf49 deviceinfo
|
045783a46a0bdfd19a81897773076aee9f1f7ab058b6130469d544a2c9c87cd50f7ccd65141ebafc49a6b1db096897fb932310b0ad2b6b572b7075a68e17b65b deviceinfo
|
||||||
e9ee9c1404b41ba15eafff3f728ff6e0e78dc17e9a88483fca92db1aa3efe0e4d5bf26142e533c4ff12b1bf8ce04ccabb7ca0f93aaea586d5b30910282aad237 pointercal
|
e9ee9c1404b41ba15eafff3f728ff6e0e78dc17e9a88483fca92db1aa3efe0e4d5bf26142e533c4ff12b1bf8ce04ccabb7ca0f93aaea586d5b30910282aad237 pointercal
|
||||||
035f97e328ff9f976b082e66b97f76036cdee9825f3022471c7c5d371291cc4b5bd5c18196cd49f4cd9ad6390abe691b506de3b221e3c122433d5620e3b3c4c9 rootston.ini
|
035f97e328ff9f976b082e66b97f76036cdee9825f3022471c7c5d371291cc4b5bd5c18196cd49f4cd9ad6390abe691b506de3b221e3c122433d5620e3b3c4c9 rootston.ini
|
||||||
"
|
"
|
||||||
|
|
|
@ -22,7 +22,7 @@ deviceinfo_rootfs_image_sector_size="4096"
|
||||||
|
|
||||||
# Bootloader related
|
# Bootloader related
|
||||||
deviceinfo_flash_method="fastboot"
|
deviceinfo_flash_method="fastboot"
|
||||||
deviceinfo_kernel_cmdline="PMOS_NO_OUTPUT_REDIRECT maxcpus=2"
|
deviceinfo_kernel_cmdline="PMOS_NO_OUTPUT_REDIRECT"
|
||||||
deviceinfo_generate_bootimg="true"
|
deviceinfo_generate_bootimg="true"
|
||||||
deviceinfo_bootimg_qcdt="false"
|
deviceinfo_bootimg_qcdt="false"
|
||||||
deviceinfo_bootimg_dtb_second="false"
|
deviceinfo_bootimg_dtb_second="false"
|
||||||
|
|
Loading…
Reference in a new issue