Commit 3dfc5a8ddae0fd3e658948506164d3946f9c637a

Authored by Eric Lee
1 parent 98fbe842e9

Fix Boot_SEL detection problem

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

recipes-bsp/u-boot/u-boot-smarcimx8mm_2019.04.bb
... ... @@ -15,7 +15,7 @@
15 15 UBOOT_SRC ?= "${EMB_UBOOT_MIRROR};protocol=ssh"
16 16 SRCBRANCH = "smarc_8mm-imx_v2019.04_4.19.35_1.1.0"
17 17 SRC_URI = "${UBOOT_SRC};branch=${SRCBRANCH}"
18   -SRCREV = "65140817cb27498267b6c804f1b94cd76bea1d98"
  18 +SRCREV = "a6e101eba63262e540cb1bf6566f9bb223166308"
19 19  
20 20 S = "${WORKDIR}/git"
21 21