Commit d857fceb4c391b5ad9f3b9c3210d21fbba18deae

Authored by Eric Lee
1 parent 54183c278d

Make changes for rev. 00E0 hardware revision

Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff

recipes-bsp/u-boot/u-boot-smarcimx8mq_2020.04.bb
... ... @@ -17,7 +17,7 @@
17 17 UBOOT_SRC ?= "${EMB_UBOOT_MIRROR};protocol=ssh"
18 18 SRCBRANCH = "smarc_8mq-imx_v2020.04_5.4.24_2.1.0"
19 19 SRC_URI = "${UBOOT_SRC};branch=${SRCBRANCH}"
20   -SRCREV = "c2f85087ffef4f99b60d98622371af4ffc5372f9"
  20 +SRCREV = "2ce35d537bb0213da95b597d3176051319bcdca6"
21 21  
22 22 S = "${WORKDIR}/git"
23 23  
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 = "0e4705417faf3919991bd2e5733da1b43fdcb901"
  22 +SRCREV = "1d88e012a5edcff3ec5bde0dbc0bd98ae58b09d5"
23 23  
24 24 S = "${WORKDIR}/git"
25 25