Commit d60e2320d9bac40a1db67c6551c2d158723df7df

Authored by Eric Lee
1 parent 0d7173850f

Make changes to hardware revision 00F0: Replace Ethernet PHY by RTL8211FD-CG

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 = "7a9e88c57f00dde6fae37291e4929e966372adb9"
  20 +SRCREV = "3d719eac6867f6f282b8aefd712cd9bacbf3b668"
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 = "8d99065f6451e0a81311a6a13f9a606f43a12f61"
  22 +SRCREV = "30eca5d63c4bbc8f3b30ed6af714ea30819cee3e"
23 23  
24 24 S = "${WORKDIR}/git"
25 25