device-oneplus-dumpling: drop psi=1 from cmdline (MR 2672)
PSI is now enabled by default in linux-postmarketos-qcom-msm8998. [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
8e8a62dc52
commit
c16b20e7d3
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=device-oneplus-dumpling
|
||||
pkgdesc="OnePlus 5T"
|
||||
pkgver=1
|
||||
pkgver=2
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
|
@ -59,6 +59,6 @@ phosh() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
2ccb1b5c14aaf6a7213636d053509311914729b94e036c30c1f5d38b3ed0aa238c69348889904b32c5113156e69676ffeb3e30f1cb254c9d39cc8935ea97c761 deviceinfo
|
||||
db12a9f71dbd384bf5d190a16091b29a15fcb1ec2f9a333e5f464588cacd2feb8e532daed9d9780ee208c7bb15c3cd3f79668ec3e7bc63561043d7812c347f14 deviceinfo
|
||||
2288f08a44aae5136c0c0c846501c2bd4bcb10f05454b40c6e4490d398385b8a7129216047b5eb7982ca6d62d3aa71f3e18bfb8661d0cd32c8a600685ca0da48 phoc.ini
|
||||
"
|
||||
|
|
|
@ -36,7 +36,7 @@ deviceinfo_kernel_cmdline_downstream="androidboot.hardware=qcom user_debug=31 ms
|
|||
deviceinfo_dtb_mainline="qcom/msm8998-oneplus-dumpling"
|
||||
deviceinfo_append_dtb_mainline="true"
|
||||
# We need 'clk_ignore_unused' for now or we don't get graphics
|
||||
deviceinfo_kernel_cmdline_mainline="clk_ignore_unused quiet loglevel=5 psi=1"
|
||||
deviceinfo_kernel_cmdline_mainline="clk_ignore_unused quiet loglevel=5"
|
||||
deviceinfo_flash_kernel_on_update="true"
|
||||
|
||||
# Initramfs
|
||||
|
|
Loading…
Reference in a new issue