Commit 94f341fad9e2e0ca102a31c3fde9ca535e6b2386

Authored by Eric Lee
1 parent 1478ef19a9

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.14.98.bb
... ... @@ -21,7 +21,7 @@
21 21  
22 22 KERNEL_SRC ?= "git@git.embedian.com:developer/smarc-fsl-linux-kernel.git;protocol=git"
23 23 SRC_URI = "${EMB_KERNEL_MIRROR};protocol=ssh;branch=${SRCBRANCH}"
24   -SRCREV = "93832f589fcc751743e1ebac8024ea29dbcf41df"
  24 +SRCREV = "fce98f9c86f998f71b568268c9d8469981e82b65"
25 25  
26 26 S = "${WORKDIR}/git"
27 27