Commit 2c6146b265675dfea57f6e72f5e9efdaa749f8c3

Authored by Eric Lee
1 parent cf9095ba42

Add Cortex-M4 Support

Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff

recipes-bsp/u-boot/u-boot-smarcimx8m_2019.04.bb
... ... @@ -15,7 +15,7 @@
15 15 UBOOT_SRC ?= "${EMB_UBOOT_MIRROR};protocol=ssh"
16 16 SRCBRANCH = "smarc_8m-imx_v2019.04_4.19.35_1.1.0"
17 17 SRC_URI = "${UBOOT_SRC};branch=${SRCBRANCH}"
18   -SRCREV = "2fd847944db504558a62523462415531efd48898"
  18 +SRCREV = "f7cc15046cf48b28161cc164cd36c7c0813dc39f"
19 19  
20 20 S = "${WORKDIR}/git"
21 21  
recipes-kernel/linux/linux-smarcimx8m_4.19.35.bb
... ... @@ -23,7 +23,7 @@
23 23  
24 24 KERNEL_SRC ?= "git@git.embedian.com:developer/smarc-fsl-linux-kernel.git;protocol=git"
25 25 SRC_URI = "${EMB_KERNEL_MIRROR};protocol=ssh;branch=${SRCBRANCH}"
26   -SRCREV = "1cd5563826f7305acab8d4538cad38b396d89e79"
  26 +SRCREV = "5f714b4332c239ffedb4958085c952ba8fe93aca"
27 27  
28 28 S = "${WORKDIR}/git"
29 29