From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by mx.groups.io with SMTP id smtpd.web08.1368.1619806808006542924 for ; Fri, 30 Apr 2021 11:20:08 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17q1 header.b=SJB47hL2; spf=pass (domain: ti.com, ip: 198.47.19.141, mailfrom: praneeth@ti.com) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 13UIK6aq079274; Fri, 30 Apr 2021 13:20:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1619806806; bh=XGz+3TjMNm1tn4UP0FDNSTsVA/Bo1090K6uTQqVIy/s=; h=From:To:CC:Subject:Date; b=SJB47hL2k35aWoG+mvBGnPVrGIyuYfvOyASD4ZpBdDIpXJ0ZMHgyvYw14n6nw1ryo bQuSd9UK1yu3E06iYasKqUSEyDWM2wptQtGu9031t4d+LdfkZx1Hi2spRKuqI8cUY/ 1U8j85GkX6xW/WE5yLdGAOq15OdXzf3Z3vXV25Fo= Received: from DFLE108.ent.ti.com (dfle108.ent.ti.com [10.64.6.29]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 13UIK6l5099855 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 30 Apr 2021 13:20:06 -0500 Received: from DFLE112.ent.ti.com (10.64.6.33) by DFLE108.ent.ti.com (10.64.6.29) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Fri, 30 Apr 2021 13:20:06 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE112.ent.ti.com (10.64.6.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2 via Frontend Transport; Fri, 30 Apr 2021 13:20:06 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 13UIK6AX078082; Fri, 30 Apr 2021 13:20:06 -0500 From: "praneeth" To: Praneeth Bajjuri CC: Denys Dmytriyenko , Yogesh Siraswar , Subject: [dunfell/master PATCH 1/2] ti-uboot-staging: Update to the latest ti-u-boot-2021.01 Date: Fri, 30 Apr 2021 13:20:05 -0500 Message-ID: <20210430182006.12039-1-praneeth@ti.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Content-Type: text/plain From: Praneeth Bajjuri Update to the latest commit of ti-u-boot-2021.01 Signed-off-by: Praneeth Bajjuri --- recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb index c851e34b..015cd028 100644 --- a/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb +++ b/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb @@ -2,8 +2,8 @@ require u-boot-ti.inc LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025" -PR = "r3" +PR = "r4" BRANCH = "ti-u-boot-2021.01" -SRCREV = "1e70024c7e0f95f57fc1f4f20564baef1c049fb0" +SRCREV = "51a19c4274ca897cec279d1b2d883957ab4705c5" -- 2.17.1