Skip to content

Commit 2b0b353

Browse files
Gateworksrobimarko
authored andcommitted
imx: venice: disable PCI AER
As a workaround to an issue causing hang during PCI enumeration on imx8mp with a specific PCIe switch, disable PCI AER. Signed-off-by: Tim Harvey <[email protected]> Link: openwrt/openwrt#19189 Signed-off-by: Robert Marko <[email protected]>
1 parent 6bb42dd commit 2b0b353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target/linux/imx/image/bootscript-gateworks_venice

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ echo "Gateworks Venice OpenWrt Boot script v1.0"
2222
# partition, therefore we add 1 to the current partition
2323
setexpr rootpart ${distro_bootpart} + 1 # root on 'next' partition
2424
part uuid ${devtype} ${devnum}:${rootpart} uuid
25-
setenv bootargs ${bootargs} console=${console} root=PARTUUID=${uuid} rootfstype=squashfs,ext4,f2fs rootwait
25+
setenv bootargs ${bootargs} console=${console} root=PARTUUID=${uuid} rootfstype=squashfs,ext4,f2fs rootwait pci=noaer
2626

2727
# load dtb (we try fdt_file and then fdt_file{1,2,3,4,5})
2828
echo "loading DTB..."

0 commit comments

Comments
 (0)