Commit 0fbc47c17316f9082780edc043ad320fc56039b7

Authored by Eric Lee
1 parent e9cce2cd3c

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_2020.04.bb
... ... @@ -17,7 +17,7 @@
17 17 UBOOT_SRC ?= "${EMB_UBOOT_MIRROR};protocol=ssh"
18 18 SRCBRANCH = "smarc_8mm-imx_v2020.04_5.4.24_2.1.0"
19 19 SRC_URI = "${UBOOT_SRC};branch=${SRCBRANCH}"
20   -SRCREV = "a6e101eba63262e540cb1bf6566f9bb223166308"
  20 +SRCREV = "475d424100074632755d723079e3f079449652cd"
21 21  
22 22 S = "${WORKDIR}/git"
23 23