Commit 54183c278d9f0fd8d25c70db2e23c7106ec8271d

Authored by Eric Lee
1 parent 715b49f8ca

Add SPI DMA Support

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 = "a2c25cea4b7b534da81f2cb6511630c8900a1457"
  22 +SRCREV = "0e4705417faf3919991bd2e5733da1b43fdcb901"
23 23  
24 24 S = "${WORKDIR}/git"
25 25