Commit 503c0d1ca7ca3e33b117867616a97d1dbf7d13a5

Authored by Eric Lee
1 parent 221eb96521

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-smarcimx8m_2018.03.bb
... ... @@ -14,7 +14,7 @@
14 14 UBOOT_SRC ?= "${EMB_UBOOT_MIRROR};protocol=ssh"
15 15 SRCBRANCH = "smarc-imx_v2018.03_4.14.78_1.0.0_ga"
16 16 SRC_URI = "${UBOOT_SRC};branch=${SRCBRANCH}"
17   -SRCREV = "44d379cf3d846b046b2edf2df5c302159a5b1ac5"
  17 +SRCREV = "4e4f4cd1fe0b62a27fd4e8c5854f867e402cc5d7"
18 18  
19 19 S = "${WORKDIR}/git"
20 20  
recipes-kernel/linux/linux-smarcimx8m_4.14.78.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 = "505564416eacf8b48162b150974ae28823e113ec"
  24 +SRCREV = "f87f42a63189a693346c3a5d2a83953b614fe3bd"
25 25  
26 26 S = "${WORKDIR}/git"
27 27