Commit 34231bc463f0ce72d00887551338f4f8e228ce60

Authored by Eric Lee
1 parent 0b58bbdc13

dts: correct ldo1/ldo2 voltag

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 = "f5822d3223a48fbb57c8bde92579b125ef26fd1f"
  17 +SRCREV = "c3778a6b4ec1a217828d21f4accf75a3ab217873"
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 = "eded7c98ab8eccc988eddf2dcbca68c937c324e8"
  24 +SRCREV = "ce09305ab48fbd6f8a728fb972d321465ce87547"
25 25  
26 26 S = "${WORKDIR}/git"
27 27