From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp.megiteam.pl ([31.186.83.105]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fwmY7-0008V5-7T for barebox@lists.infradead.org; Mon, 03 Sep 2018 10:57:41 +0000 From: Marcin Niestroj Date: Mon, 3 Sep 2018 12:57:12 +0200 Message-Id: <20180903105715.24263-3-m.niestroj@grinn-global.com> In-Reply-To: <20180903105715.24263-1-m.niestroj@grinn-global.com> References: <20180903105715.24263-1-m.niestroj@grinn-global.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 2/5] ARM: imx: Update default image certificate for CST tool To: barebox@lists.infradead.org Cc: Marcin Niestroj CST tool by default generates certificate with IMG1_1_sha256_4096_65537_v3_usr_crt.pem file name instead. Update Kconfig default to match that. Signed-off-by: Marcin Niestroj --- Changes rfc -> v1: none arch/arm/mach-imx/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 7cb9138d2..eaf76703f 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -791,7 +791,7 @@ config HABV4_CSF_CRT_PEM config HABV4_IMG_CRT_PEM string "Path to IMG certificate" - default "../crts/IMG_1_sha256_4096_65537_v3_usr_crt.pem" + default "../crts/IMG1_1_sha256_4096_65537_v3_usr_crt.pem" help Path to the Image certificate, produced by the Freescale Public Key Infrastructure (PKI) script. -- 2.18.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox