Commit 1478ef19a931ae0459bd9d29da8f31722b1ae3ad

Authored by Eric Lee
1 parent 2825c13bb8

Make changes for hardware rev. 00E0

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 = "004425871380ffe110142b149d71bf32d0607720"
  17 +SRCREV = "f3001a034dd6f0d57814e6b52014e5aab7777cf2"
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 = "181e2cadef77cf6891fd285915b294f7fd937c8c"
  24 +SRCREV = "93832f589fcc751743e1ebac8024ea29dbcf41df"
25 25  
26 26 S = "${WORKDIR}/git"
27 27