Commit 42b7ca7de6bc21a3ccd0ecc430543df0aa062629

Authored by Eric Lee
1 parent 12a1b0cd35

Correct U-Boot LPDDR4 4G config setting

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

recipes-bsp/u-boot/u-boot-smarcimx8mp_2020.04.bb
... ... @@ -17,7 +17,7 @@
17 17 UBOOT_SRC ?= "${EMB_UBOOT_MIRROR};protocol=ssh"
18 18 SRCBRANCH = "smarc_8mp_lf_v2020.04"
19 19 SRC_URI = "${UBOOT_SRC};branch=${SRCBRANCH}"
20   -SRCREV = "57e535649cba0900d49c3a06ddb7b3c15b900255"
  20 +SRCREV = "7beba4bebec05d10bfe314e6a47e34d42296a100"
21 21  
22 22 S = "${WORKDIR}/git"
23 23