From c9e1de40c6f7a56c99e0f5651b5150e75708c3a2 Mon Sep 17 00:00:00 2001 From: Matt Madison Date: Sat, 31 Jul 2021 06:54:24 -0700 Subject: [PATCH] u-boot-tegra: bump SRCREV to pick up changes that align the environment size with our prior versions. Signed-off-by: Matt Madison --- recipes-bsp/u-boot/u-boot-tegra_2021.04.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-tegra_2021.04.bb b/recipes-bsp/u-boot/u-boot-tegra_2021.04.bb index f16d709d..2ada0d04 100644 --- a/recipes-bsp/u-boot/u-boot-tegra_2021.04.bb +++ b/recipes-bsp/u-boot/u-boot-tegra_2021.04.bb @@ -10,7 +10,7 @@ DEPENDS += "bc-native dtc-native ${SOC_FAMILY}-flashtools-native" SRC_REPO ?= "github.com/OE4T/u-boot-tegra.git;protocol=https" SRC_URI = "git://${SRC_REPO};branch=${SRCBRANCH}" SRCBRANCH ?= "patches-v2021.04" -SRCREV = "aac353a160d290909c6ea85132d94be3582606df" +SRCREV = "3b6a0e537e78d3a0e90d2625a7d638e1404de227" PV .= "+g${SRCPV}"