From 9dbbb1cbb8e755a1a56262e079042d7e7e870e2f Mon Sep 17 00:00:00 2001 From: Gary Bisson Date: Mon, 21 Dec 2020 10:18:21 +0100 Subject: [PATCH] u-boot-boundary: bump rev to b75d1f64 - add i.MX8Mx HAB support - add DDR training fallback - add Android 10 support - add bootloader flash support over fastboot Signed-off-by: Gary Bisson --- 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 e5819ef..2867cfd 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 = "b75d1f64ef30120fbdfbf37f82af237422f4fabd" SRCBRANCH = "boundary-v2018.07" SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}"