Skip to content

Commit 343bff5

Browse files
committed
qcom-qcs9100: drop the pci=noaer flag
The pci=noaer flag disables PCI Advanced Error Reporting unconditionally. However this disabling erorr reporting might lead to undetected link issues or other PCIe deficiencies. Instead, if the platform has issues, DT should be modified to lower PCIe link rate. Drop the flag to stop hiding the possible issues. Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent 7acfeb1 commit 343bff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 earlycon"
10+
KERNEL_CMDLINE_EXTRA ?= "earlycon"
1111

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

0 commit comments

Comments
 (0)