From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9E40EC433F5 for ; Thu, 17 Feb 2022 09:45:30 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 47E9D83B73; Thu, 17 Feb 2022 10:45:18 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="bMPyQ1Q2"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 2A2B883B57; Thu, 17 Feb 2022 10:44:49 +0100 (CET) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id C08C183B64 for ; Thu, 17 Feb 2022 10:44:24 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=pali@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 75A0561CED; Thu, 17 Feb 2022 09:44:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BC26AC340EC; Thu, 17 Feb 2022 09:44:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1645091062; bh=jLTcKXnPOXYRvLinIkL0x8Er/41wFi3F4FlM0MHG5ck=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=bMPyQ1Q2O3VV6OiT5+rwgGWQcI8zW+2M6nRXLZc+dP+CLOti9UULfoDzGxTNdfU3W p5NdrM8j7hu7Qdka6OJXnJTfaAzqiTLLuvY2/DXW88JubQdghbT6IyD6Ouwc0Ryg4O sUwNGt45YzHldfQ8+2unhXMlhpW5JkWVOWjTHzMWGgjzZINhmn5ajbv473ruuwlkvV LmU/YGgGI24NYcM8uSPFN7PRvhmYg12p/R1fGZood5BlJLYgasqeceZ5SSW01kgMkI ElXj9ziKjxBw11KccwcPv6wIw8AZYdO6YsdgBAivwm9HbWeZk5avHyjeDHoBd4pP8H k4Dd+yGM5J8TQ== Received: by pali.im (Postfix) id 74F351187; Thu, 17 Feb 2022 10:44:22 +0100 (CET) From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: Stefan Roese , =?UTF-8?q?Marek=20Beh=C3=BAn?= , Tony Dinh Cc: u-boot@lists.denx.de Subject: [PATCH u-boot-marvell v2 7/7] tools: kwbimage: Add me as an author of kwbimage Date: Thu, 17 Feb 2022 10:43:40 +0100 Message-Id: <20220217094340.9048-8-pali@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220217094340.9048-1-pali@kernel.org> References: <20220215185925.16060-1-pali@kernel.org> <20220217094340.9048-1-pali@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean Signed-off-by: Pali Rohár Tested-by: Tony Dinh Reviewed-by: Stefan Roese --- tools/kwbimage.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/kwbimage.c b/tools/kwbimage.c index f270dcf242b6..94b768539222 100644 --- a/tools/kwbimage.c +++ b/tools/kwbimage.c @@ -6,6 +6,8 @@ * * (C) Copyright 2013 Thomas Petazzoni * + * + * (C) Copyright 2022 Pali Rohár */ #define OPENSSL_API_COMPAT 0x10101000L -- 2.20.1