Skip to content

Commit 7574cdc

Browse files
Drop PCIe-related kernel command line options (#816)
Several SoC configs include PCIe-specific flags, which are not supposed to be used in production environment. Drop those flags.
2 parents 96fe032 + 343bff5 commit 7574cdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conf/machine/include/qcom-qcs6490.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require conf/machine/include/qcom-common.inc
77
DEFAULTTUNE = "armv8-2a-crypto"
88
require conf/machine/include/arm/arch-armv8-2a.inc
99

10-
KERNEL_CMDLINE_EXTRA ?= "pcie_pme=nomsi earlycon"
10+
KERNEL_CMDLINE_EXTRA ?= "earlycon"
1111

1212
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
1313
packagegroup-qcom-boot-essential \

conf/machine/include/qcom-qcs9100.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require conf/machine/include/qcom-common.inc
77
DEFAULTTUNE = "armv8-2a-crypto"
88
require conf/machine/include/arm/arch-armv8-2a.inc
99

10-
KERNEL_CMDLINE_EXTRA ?= "pci=noaer pcie_pme=nomsi earlycon"
10+
KERNEL_CMDLINE_EXTRA ?= "earlycon"
1111

1212
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
1313
packagegroup-qcom-boot-essential \

0 commit comments

Comments
 (0)