mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
imx: venice: disable PCI AER
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
As a workaround to an issue causing hang during PCI enumeration on imx8mp with a specific PCI switch, disable PCI AER. Signed-off-by: Tim Harvey <tharvey@gateworks.com> Link: https://github.com/openwrt/openwrt/pull/19218 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
fa34d9c511
commit
009aad8a02
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ echo "Gateworks Venice OpenWrt Boot script v1.0"
|
|||
# partition, therefore we add 1 to the current partition
|
||||
setexpr rootpart ${distro_bootpart} + 1 # root on 'next' partition
|
||||
part uuid ${devtype} ${devnum}:${rootpart} uuid
|
||||
setenv bootargs ${bootargs} console=${console} root=PARTUUID=${uuid} rootfstype=squashfs,ext4,f2fs rootwait
|
||||
setenv bootargs ${bootargs} console=${console} root=PARTUUID=${uuid} rootfstype=squashfs,ext4,f2fs rootwait pci=noaer
|
||||
|
||||
# load dtb (we try fdt_file and then fdt_file{1,2,3,4,5})
|
||||
echo "loading DTB..."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue