From 83644f2ea000c1ab92fc0da1c45e2d7fb7a6060c Mon Sep 17 00:00:00 2001 From: Chris Dimich Date: Thu, 27 Aug 2020 13:39:45 -0700 Subject: [PATCH] u-boot-boundary: Bump revision to eae0188 LPDDR4 init updates Android security features enabled Fixed env import Enabled HAB for i.MX 8M family Fixed Nano board support Fixed build with GCC10 Fixed i.MX 8M Mini ARM PLL choice Signed-off-by: Chris Dimich --- recipes-bsp/u-boot/u-boot-boundary-common_2018.07.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-boundary-common_2018.07.inc b/recipes-bsp/u-boot/u-boot-boundary-common_2018.07.inc index d5adb0e..96aa1d7 100644 --- a/recipes-bsp/u-boot/u-boot-boundary-common_2018.07.inc +++ b/recipes-bsp/u-boot/u-boot-boundary-common_2018.07.inc @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e" PV = "v2018.07+git${SRCPV}" -SRCREV = "17fe0ef3aff3abc3908c854bfab1c283ed84d9c0" +SRCREV = "eae0188ff8e835fcb2351324af88998f0e4213db" SRCBRANCH = "boundary-v2018.07" SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}"