Commit 715b49f8caff5108841660de185c12e90c90795c

Authored by Eric Lee
1 parent ec20674b77

Fix PCIe stop booting problem

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

recipes-kernel/linux/linux-smarcimx8mq_5.4.bb
... ... @@ -19,7 +19,7 @@
19 19  
20 20 KERNEL_SRC ?= "git@git.embedian.com:developer/smarc-fsl-linux-kernel.git;protocol=git"
21 21 SRC_URI = "${EMB_KERNEL_MIRROR};protocol=ssh;branch=${SRCBRANCH}"
22   -SRCREV = "ec9c2f056ffcbe328b47db682d4884676d161876"
  22 +SRCREV = "a2c25cea4b7b534da81f2cb6511630c8900a1457"
23 23  
24 24 S = "${WORKDIR}/git"
25 25