Commit 02cac4d8b19e44ca4d5d3d641b5ec52e820c93e7

Authored by Eric Lee
1 parent 752165840c

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_2018.03.bb
... ... @@ -14,7 +14,7 @@
14 14 UBOOT_SRC ?= "${EMB_UBOOT_MIRROR};protocol=ssh"
15 15 SRCBRANCH = "smarc_8mm-imx_v2018.03_4.14.98_2.0.0_ga"
16 16 SRC_URI = "${UBOOT_SRC};branch=${SRCBRANCH}"
17   -SRCREV = "77f9e189ffd989486d49035ba08c1c76e1e19e8c"
  17 +SRCREV = "350592a8275dee800ccd4fbbfe52c5c31296c4dd"
18 18  
19 19 S = "${WORKDIR}/git"
20 20