Commit 9876f9c891049df3fd942b390eb5d1b5183ae4c8

Authored by Eric Lee
1 parent 1eda636196

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_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 = "2d41934ee1ca738d6a2083dc43304fa55ff5e547"
  20 +SRCREV = "08777eac22ea144be72461220611276b844b9773"
21 21  
22 22 S = "${WORKDIR}/git"
23 23