Commit 98fbe842e92dac316051510db8094ee0c29a44bb

Authored by Eric Lee
1 parent 5418ba22e4

Fix u-boot wrong SD card detect pin

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 = "402b04a84a4ff9c046a78da93bd1da81b686a070"
  18 +SRCREV = "65140817cb27498267b6c804f1b94cd76bea1d98"
19 19  
20 20 S = "${WORKDIR}/git"
21 21