Commit 3f345553ab93ecbe3c41605eb0b3c43b318519e8

Authored by Eric Lee
1 parent ffae353cd1

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-imx_v2018.03_4.14.78_1.0.0_ga"
16 16 SRC_URI = "${UBOOT_SRC};branch=${SRCBRANCH}"
17   -SRCREV = "2a0a07c75344130b0c43ae5cecc657afc2672a30"
  17 +SRCREV = "44d379cf3d846b046b2edf2df5c302159a5b1ac5"
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 = "edbedc0fab5340f84384e1bd870669a9e0b9d824"
  24 +SRCREV = "44d379cf3d846b046b2edf2df5c302159a5b1ac5"
25 25  
26 26 S = "${WORKDIR}/git"
27 27