linux-postmarketos-qcom-msm8226: Enable firmare loading (MR 4528)
Firmware drivers will load too early, before msm-firmware-loader, so they won't load the necessary firmware. Instead, mark them as modules so they load later in the boot process, when the firmware is available.
This commit is contained in:
parent
3137915ddf
commit
bbb73593be
2 changed files with 9 additions and 9 deletions
|
@ -4,7 +4,7 @@
|
|||
_flavor="postmarketos-qcom-msm8226"
|
||||
pkgname=linux-$_flavor
|
||||
pkgver=6.5.7
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
_tag="v$pkgver-msm8226"
|
||||
pkgdesc="Mainline kernel fork for Qualcomm APQ8026/MSM8226/MSM8926 devices"
|
||||
arch="armv7"
|
||||
|
@ -60,5 +60,5 @@ package() {
|
|||
|
||||
sha512sums="
|
||||
f7868e00a734fc5e85d0388e9a1c8faa798ebf35a345f5cd287c0bb8044e9b9fd9dfda57ac50e4e9113f18e251ffefe70bbe8f50828860b80f6fd2290063d9af linux-v6.5.7-msm8226.tar.gz
|
||||
2498c061fa93890f7c930db99107f6bcf9fb21c26567f15a2ebacd89ecb2b8a5802cde1e09e5b6e949df95ae876cf0edc451b82c368466d5ec947531b982475a config-postmarketos-qcom-msm8226.armv7
|
||||
f86825d97548ecf9837d8f554e290a4ff315c134e547e5756d9c0b93eee1516d63d1554879b29f85fb37cc1489bb67233aa439e2cbe65321c168325e76d839a2 config-postmarketos-qcom-msm8226.armv7
|
||||
"
|
||||
|
|
|
@ -5477,15 +5477,15 @@ CONFIG_ARM_SMMU_QCOM=y
|
|||
#
|
||||
CONFIG_REMOTEPROC=y
|
||||
# CONFIG_REMOTEPROC_CDEV is not set
|
||||
CONFIG_QCOM_PIL_INFO=y
|
||||
CONFIG_QCOM_RPROC_COMMON=y
|
||||
CONFIG_QCOM_Q6V5_COMMON=y
|
||||
CONFIG_QCOM_PIL_INFO=m
|
||||
CONFIG_QCOM_RPROC_COMMON=m
|
||||
CONFIG_QCOM_Q6V5_COMMON=m
|
||||
# CONFIG_QCOM_Q6V5_ADSP is not set
|
||||
CONFIG_QCOM_Q6V5_MSS=y
|
||||
CONFIG_QCOM_Q6V5_PAS=y
|
||||
CONFIG_QCOM_Q6V5_MSS=m
|
||||
CONFIG_QCOM_Q6V5_PAS=m
|
||||
# CONFIG_QCOM_Q6V5_WCSS is not set
|
||||
# CONFIG_QCOM_SYSMON is not set
|
||||
CONFIG_QCOM_WCNSS_PIL=y
|
||||
CONFIG_QCOM_WCNSS_PIL=m
|
||||
# end of Remoteproc drivers
|
||||
|
||||
#
|
||||
|
@ -5553,7 +5553,7 @@ CONFIG_QCOM_COMMAND_DB=y
|
|||
# CONFIG_QCOM_GENI_SE is not set
|
||||
CONFIG_QCOM_GSBI=y
|
||||
# CONFIG_QCOM_LLCC is not set
|
||||
CONFIG_QCOM_MDT_LOADER=y
|
||||
CONFIG_QCOM_MDT_LOADER=m
|
||||
CONFIG_QCOM_OCMEM=y
|
||||
# CONFIG_QCOM_RAMP_CTRL is not set
|
||||
CONFIG_QCOM_RMTFS_MEM=y
|
||||
|
|
Loading…
Add table
Reference in a new issue