From 997cbe88ce518a505844952f995e6121119e0bdc Mon Sep 17 00:00:00 2001 From: Felix Radensky Date: Mon, 29 Jul 2019 16:43:08 +0300 Subject: [PATCH] u-boot-variscite: Updated to latest revision Added the following commits: 82b11175259 imx8qm_var_som: Print SOM P/N during boot --- recipes-bsp/u-boot/u-boot-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-common.inc b/recipes-bsp/u-boot/u-boot-common.inc index 7a9cad7f..df06ee32 100644 --- a/recipes-bsp/u-boot/u-boot-common.inc +++ b/recipes-bsp/u-boot/u-boot-common.inc @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a UBOOT_SRC ?= "git://github.com/varigit/uboot-imx;protocol=git" SRCBRANCH = "imx_v2018.03_4.14.98_2.0.0_ga_var01" SRC_URI = "${UBOOT_SRC};branch=${SRCBRANCH}" -SRCREV = "7d57dbe58a0151b60f70e1911b53422130ff1f39" +SRCREV = "82b111752596b4ed3c8292140516078a26cb0450" S = "${WORKDIR}/git"