Commit b4232d91f146cffaa55a6031dc68c374a1c4cacb

Authored by Eric Lee
1 parent 326c5b60fa

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_lf_v2020.04"
19 19 SRC_URI = "${UBOOT_SRC};branch=${SRCBRANCH}"
20   -SRCREV = "312ec620f3557f27301ec51dec03d4c4154d161e"
  20 +SRCREV = "3f74d2934ffabab54e83ef0afcdb9dfb0a31a3da"
21 21  
22 22 S = "${WORKDIR}/git"
23 23  
recipes-kernel/linux/linux-smarcimx8mq_5.10.bb
... ... @@ -18,7 +18,7 @@
18 18  
19 19 KERNEL_SRC ?= "git@git.embedian.com:developer/smarc-fsl-linux-kernel.git;protocol=git"
20 20 SRC_URI = "${EMB_KERNEL_MIRROR};protocol=ssh;branch=${SRCBRANCH}"
21   -SRCREV = "cc6b6434fb239ffa20eb087bdeb5070282b50810"
  21 +SRCREV = "30eca5d63c4bbc8f3b30ed6af714ea30819cee3e"
22 22  
23 23 LINUX_VERSION = "5.10.9"
24 24