Commit 0c65fe86c26982f1a12189c1a82d00babb523a54

Authored by Eric Lee
1 parent 723226c1a4

Fix 4GB LPDDR4 Support

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

recipes-bsp/u-boot/u-boot-smarcimx8m_2018.03.bb
... ... @@ -14,7 +14,7 @@
14 14 UBOOT_SRC ?= "${EMB_UBOOT_MIRROR};protocol=ssh"
15 15 SRCBRANCH = "smarc_8m-imx_v2018.03_4.14.98_2.0.0_ga"
16 16 SRC_URI = "${UBOOT_SRC};branch=${SRCBRANCH}"
17   -SRCREV = "f5822d3223a48fbb57c8bde92579b125ef26fd1f"
  17 +SRCREV = "cb67adbef58c4cdd926a330bd70e9994a4c70017"
18 18  
19 19 S = "${WORKDIR}/git"
20 20