From patchwork Sat Sep 29 12:05:01 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: 976597 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="V39qh4z/"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 42Mp8v2vkjz9sBq for ; Sat, 29 Sep 2018 22:42:23 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 28F1BC21DA1; Sat, 29 Sep 2018 12:42:07 +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 9BB3CC21DA2; Sat, 29 Sep 2018 12:41:47 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id EE124C21C2F; Sat, 29 Sep 2018 12:05:03 +0000 (UTC) Received: from koncepto.io (koncepto.io [195.154.119.111]) by lists.denx.de (Postfix) with ESMTPS id ABAD5C21C2C for ; Sat, 29 Sep 2018 12:05:03 +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 443646091A; Sat, 29 Sep 2018 14:05:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1538222703; bh=NqXak8QcU8CECqmY8AUqcEV1EpHCCKvZxqe9AMKHiWQ=; h=From:To:Cc:Subject:Date:From; b=V39qh4z/38ESq81WZG0TJUFIKbEaPTW6lslk10AjAB7pFrR8gqwRp8yLIvNy7vLSJ gxcqO03Q1EjIlbtHZ6WzWNo+Dp7LErW90mSURvWrYpeRBqMDQf18juIgRlRhB6w++Q a4IFYTYes4K1F3xnYhtRSPW6tRxdfbUSSKwd/4O/egMZ/k2QO5PDa4xwqmwxn8Uged zGc9LjJxSZ4jMwMLlDSwzrJp9Hz4hnYe0z2jAlSX8gbVHw8euTYQl8YJhrat2P2A7S QS9vWYCzLRaP1YyGG0ULt3bi/OWBd/NHt2WjPH+OijiDqJfyGy5Vf7H1ZEbuAxbSc0 xzEYj1x7JMzGA== From: Pierre-Jean Texier To: u-boot@lists.denx.de Date: Sat, 29 Sep 2018 14:05:01 +0200 Message-Id: <1538222701-25050-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:46 +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