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 A328BC4345F for ; Thu, 2 May 2024 07:18:35 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id CD50B88CB0; Thu, 2 May 2024 09:18:33 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=walle.cc 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; secure) header.d=walle.cc header.i=@walle.cc header.b="a3dDLNe+"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id EDA4F88CB0; Thu, 2 May 2024 09:18:31 +0200 (CEST) Received: from mail.3ffe.de (0001.3ffe.de [159.69.201.130]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 0C1F988CE6 for ; Thu, 2 May 2024 09:18:30 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=walle.cc Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=michael@walle.cc Received: from localhost (unknown [IPv6:2a02:810b:4340:6430:4685:ff:fe12:5967]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.3ffe.de (Postfix) with ESMTPSA id 50A29855; Thu, 2 May 2024 09:18:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2022082101; t=1714634309; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=sDyRsxNwTxekqplsPuzL97I9gtrPXgekYarSYfo7RwI=; b=a3dDLNe++/46QwrcUgqF7ZTdb2HVAQEqwDJiAaSkw7BSzDCy/eJDOd1kYLbVrzpIy+p3/n h27g+FqHQeroqusxNe+PWkmEiYzJUYEEowV8LyL5eE8VNsVMGeULUBAxHOgkhfMHiFNBUG kpxm9IxTNCs3QyvDugO7VVmUamxqaTqkQaFc10d/EeKbICAPWoWBGgaiY8azZjO24ogT5C pYYI1Zu5O49vXHfkA91HbLykACl5Onya4dDNj3CFUh4HKTOOerf0OfZywltYx7YNUzUgIg m45Ay5Vt3mpMrqQ04cqr5PV2+CTN8pX0cZpjGp2UoJuW4Bhv+iaRYAqsV3ODBg== Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Thu, 02 May 2024 09:18:28 +0200 Message-Id: Subject: Re: [PATCH 080/149] board: kontron: Remove and add needed includes Cc: "Heiko Thiery" , "Frieder Schrempf" From: "Michael Walle" To: "Tom Rini" , X-Mailer: aerc 0.16.0 References: <20240501024316.1767971-1-trini@konsulko.com> <20240501024316.1767971-80-trini@konsulko.com> In-Reply-To: <20240501024316.1767971-80-trini@konsulko.com> 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.8 at phobos.denx.de X-Virus-Status: Clean On Wed May 1, 2024 at 4:42 AM CEST, Tom Rini wrote: > Remove from this board vendor directory and when needed > add missing include files directly. > > Signed-off-by: Tom Rini Acked-by: Michael Walle