Commit cda06e273275054ffdea6f8bf8873ae0ad7fb256

Authored by Eric Lee
1 parent bb2b4344bd

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_8m-imx_v2018.03_4.14.98_2.0.0_ga"
16 16 SRC_URI = "${UBOOT_SRC};branch=${SRCBRANCH}"
17   -SRCREV = "f3001a034dd6f0d57814e6b52014e5aab7777cf2"
  17 +SRCREV = "e5336ae19bce8086f2c9b2028e167d8afd90d173"
18 18  
19 19 S = "${WORKDIR}/git"
20 20  
recipes-kernel/linux/linux-smarcimx8m_4.14.98.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 = "af8c08b6bffe29145c54c9b6f2f2b5208e2d5c1d"
  24 +SRCREV = "171595fa92a23a87363fb99275d58a64a8f19f9e"
25 25  
26 26 S = "${WORKDIR}/git"
27 27