From patchwork Mon Oct 2 13:42:55 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: ext-vasily.gurevich@vaisala.com X-Patchwork-Id: 820858 X-Patchwork-Delegate: trini@ti.com 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=) Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3y5xL86T5nz9sxR for ; Tue, 3 Oct 2017 22:16:15 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 47BFEC21F44; Tue, 3 Oct 2017 11:16:10 +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 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 9579EC21D56; Tue, 3 Oct 2017 11:16:07 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 91BC1C21C41; Mon, 2 Oct 2017 13:47:12 +0000 (UTC) Received: from hel-mailgw-01.vaisala.com (hel-mailgw-01.vaisala.com [193.143.230.17]) by lists.denx.de (Postfix) with ESMTPS id 6E25FC21C29 for ; Mon, 2 Oct 2017 13:47:11 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2GnBACaQtJZ/1sBGKxbhg2xMIRmghIKhTuFBBYDAQEBAQEBAQECgRCCMyKDQxIBgQAnBA4FsViLaoMtjTKGCyAFoTKUZ5MFAkiVDIE5JgWBO3iHe4hEgTOBEAEBAQ X-IPAS-Result: A2GnBACaQtJZ/1sBGKxbhg2xMIRmghIKhTuFBBYDAQEBAQEBAQECgRCCMyKDQxIBgQAnBA4FsViLaoMtjTKGCyAFoTKUZ5MFAkiVDIE5JgWBO3iHe4hEgTOBEAEBAQ X-IronPort-AV: E=Sophos;i="5.42,469,1500930000"; d="scan'208";a="62919252" From: To: Thread-Topic: [PATCH] SPL: FIT: Kconfig: Change SPL_FIT_IMAGE_POST_PROCESS entry Thread-Index: AQHTO4RZMF36Zzj9ZUWhtgAdapfhxA== Date: Mon, 2 Oct 2017 13:42:55 +0000 Message-ID: <1506951754-93527-1-git-send-email-ext-vasily.gurevich@vaisala.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-messagesentrepresentingtype: 1 x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [172.24.65.73] MIME-Version: 1.0 X-Mailman-Approved-At: Tue, 03 Oct 2017 11:16:06 +0000 Cc: ext-vasily.gurevich@vaisala.com Subject: [U-Boot] [PATCH] SPL: FIT: Kconfig: Change SPL_FIT_IMAGE_POST_PROCESS entry 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: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Remove depends on TI_SECURE_DEVICE for other platforms. Signed-off-by: Vasily Gurevich --- Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kconfig b/Kconfig index 238fa3e..5a4719a 100644 --- a/Kconfig +++ b/Kconfig @@ -273,7 +273,7 @@ config SPL_LOAD_FIT config SPL_FIT_IMAGE_POST_PROCESS bool "Enable post-processing of FIT artifacts after loading by the SPL" - depends on SPL_LOAD_FIT && TI_SECURE_DEVICE + depends on SPL_LOAD_FIT help Allows doing any sort of manipulation to blobs after they got extracted from the U-Boot FIT image like stripping off headers or modifying the