From patchwork Mon Apr 13 15:38:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Jean Texier X-Patchwork-Id: 1269861 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=koncepto.io Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=koncepto.io header.i=@koncepto.io header.a=rsa-sha256 header.s=default header.b=YVYwzPhC; dkim-atps=neutral Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 491CVR3Tqgz9sSX for ; Tue, 14 Apr 2020 01:39:58 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 024D787001; Mon, 13 Apr 2020 15:39:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LOvFaOjqeWQp; Mon, 13 Apr 2020 15:39:55 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 3F46586FAD; Mon, 13 Apr 2020 15:39:55 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id BF28D1BF318 for ; Mon, 13 Apr 2020 15:39:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id BB9A020011 for ; Mon, 13 Apr 2020 15:39:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0jCimO+A3wHc for ; Mon, 13 Apr 2020 15:39:52 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from koncepto.io (koncepto.io [195.154.119.111]) by silver.osuosl.org (Postfix) with ESMTPS id 8436320002 for ; Mon, 13 Apr 2020 15:39:52 +0000 (UTC) Received: from menoah.home (lfbn-bor-1-1500-88.w193-250.abo.wanadoo.fr [193.250.66.88]) by koncepto.io (Postfix) with ESMTPSA id 6AC67600BB; Mon, 13 Apr 2020 17:39:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1586792389; bh=/zW04frO7+r2/wMGMw26dA6EBlns7G2LiP9Ra4dN5Ks=; h=From:To:Cc:Subject:Date:From; b=YVYwzPhCzcgbVhFacjK4QnRumi3l1bushWAQzFyua4bqYUliPiMnSCkZxFDk5KQ1g YMya7jikVNw8wlmz7r3HItSzV95V4yA6aMyvsYlWPuQVNEDLAhGo2LZgTCcHHF05eQ wVpaNWFMtiT480zhTgs7RWJX0BjyQJZh8T9diuRAREnywtn7kG0Yw3cW+VM+DS6w6P QvddKyTrs19P3DWUaR3eDczxMsf6qMAANJAckcy3hyvAjrYKwvnWrQJhy1wybYET3p 1GMCAV4frriz8U/eyn/0hcijazr5nMLqLAUey9ieUC07osDEbSYmdigDyMTz5M6qUX QPbSa1xcCvQxg== From: Pierre-Jean Texier To: buildroot@buildroot.org Date: Mon, 13 Apr 2020 17:38:21 +0200 Message-Id: <1586792302-13887-1-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 Subject: [Buildroot] [PATCH] boot/uboot: bump to version 2020.04 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Matt Weber , Pierre-Jean Texier MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" See https://lists.denx.de/pipermail/u-boot/2020-April/406522.html Signed-off-by: Pierre-Jean Texier --- boot/uboot/Config.in | 4 ++-- boot/uboot/uboot.hash | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in index ffc441d..7a6f505 100644 --- a/boot/uboot/Config.in +++ b/boot/uboot/Config.in @@ -41,7 +41,7 @@ choice Select the specific U-Boot version you want to use config BR2_TARGET_UBOOT_LATEST_VERSION - bool "2020.01" + bool "2020.04" config BR2_TARGET_UBOOT_CUSTOM_VERSION bool "Custom version" @@ -89,7 +89,7 @@ endif config BR2_TARGET_UBOOT_VERSION string - default "2020.01" if BR2_TARGET_UBOOT_LATEST_VERSION + default "2020.04" if BR2_TARGET_UBOOT_LATEST_VERSION default BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE \ if BR2_TARGET_UBOOT_CUSTOM_VERSION default "custom" if BR2_TARGET_UBOOT_CUSTOM_TARBALL diff --git a/boot/uboot/uboot.hash b/boot/uboot/uboot.hash index 6c17ef0..8274246 100644 --- a/boot/uboot/uboot.hash +++ b/boot/uboot/uboot.hash @@ -1,3 +1,3 @@ # Locally computed: -sha256 aa453c603208b1b27bd03525775a7f79b443adec577fdc6e8f06974025a135f1 u-boot-2020.01.tar.bz2 +sha256 fe732aaf037d9cc3c0909bad8362af366ae964bbdac6913a34081ff4ad565372 u-boot-2020.04.tar.bz2 sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 Licenses/gpl-2.0.txt