From patchwork Sat Sep 29 12:02:58 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Jean Texier X-Patchwork-Id: 976596 X-Patchwork-Delegate: sbabic@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none 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.b="JOAkjmiU"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 42Mp8Y3dvzz9s7T for ; Sat, 29 Sep 2018 22:41:59 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id D5F95C21DFB; Sat, 29 Sep 2018 12:41:49 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=SPF_HELO_PASS, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id E3A56C21C2F; Sat, 29 Sep 2018 12:41:46 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 734E8C21C2F; Sat, 29 Sep 2018 12:03:04 +0000 (UTC) Received: from koncepto.io (koncepto.io [195.154.119.111]) by lists.denx.de (Postfix) with ESMTPS id 10DBBC21C2C for ; Sat, 29 Sep 2018 12:03:04 +0000 (UTC) Received: from menoah.home (LFbn-1-8921-123.w193-250.abo.wanadoo.fr [193.250.63.123]) by koncepto.io (Postfix) with ESMTPSA id 7C6666091A; Sat, 29 Sep 2018 14:03:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1538222583; bh=NqXak8QcU8CECqmY8AUqcEV1EpHCCKvZxqe9AMKHiWQ=; h=From:To:Cc:Subject:Date:From; b=JOAkjmiUz6OaaV4Z4PjQS4Ma1TgCfuQ7MtQDPLgHZ/b6x2UfV6UDliwn9XkHS+okq qVp7bjkm8RIZ8KI73IQgbtQIg6HmWc40thTXsKWcVcbYwgjMSmhDZHYFWy5Hw4tAZX mc/NIg3j2cAECcj0HcTlVPCm6DYwgcpbTxWfJMc++C0ZxqTfEXOCcG/E92EyDGqp4e JsiLOkmd3JNYWmkRYzUxCzpAfgvJ0Use0zE92lZHXqugENF6K1UQ28FesNV2qfV05n /L8V+uI7NI1NsGQRXK1OTM8Mk4W0ScJn5nmlX/eoK7vsGadjUZfb2QsjaNF/9tUU1w Yri2TLTxWQWeA== From: Pierre-Jean Texier To: u-boot@lists.denx.de Date: Sat, 29 Sep 2018 14:02:58 +0200 Message-Id: <1538222578-24867-1-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 X-Mailman-Approved-At: Sat, 29 Sep 2018 12:41:45 +0000 Cc: fabio.estevam@nxp.com Subject: [U-Boot] [PATCH] warp7: configs: add CONFIG_FIT option X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" This enable FIT image support. Signed-off-by: Pierre-Jean Texier --- configs/warp7_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig index 15a6673..919d484 100644 --- a/configs/warp7_defconfig +++ b/configs/warp7_defconfig @@ -8,6 +8,8 @@ CONFIG_ARMV7_BOOT_SEC_DEFAULT=y CONFIG_IMX_RDC=y CONFIG_IMX_BOOTAUX=y CONFIG_NR_DRAM_BANKS=1 +CONFIG_FIT=y +CONFIG_FIT_VERBOSE=y CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/warp7/imximage.cfg" CONFIG_HUSH_PARSER=y # CONFIG_CMD_BOOTD is not set