Commit fdadb2a0cdf7b67f67ef03beb6704fa24d2bd411

Authored by Eric Lee
1 parent 58047c6c1b

Fix HDMI hog line polarity error

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

recipes-kernel/linux/linux-smarcimx8m_4.19.35.bb
... ... @@ -23,7 +23,7 @@
23 23  
24 24 KERNEL_SRC ?= "git@git.embedian.com:developer/smarc-fsl-linux-kernel.git;protocol=git"
25 25 SRC_URI = "${EMB_KERNEL_MIRROR};protocol=ssh;branch=${SRCBRANCH}"
26   -SRCREV = "da41c6f782cba0fac48938cbd4497806c7fbbedb"
  26 +SRCREV = "18ef61dfa30a90417728e4affc816ded040cd2fb"
27 27  
28 28 S = "${WORKDIR}/git"
29 29