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 0FB04EB64DD for ; Tue, 25 Jul 2023 21:16:28 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id F28A0867EF; Tue, 25 Jul 2023 23:16:21 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="DvVkpQH1"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 5CCB1867A4; Tue, 25 Jul 2023 23:14:18 +0200 (CEST) Received: from mail-ua1-x931.google.com (mail-ua1-x931.google.com [IPv6:2607:f8b0:4864:20::931]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id C5F5D86377 for ; Tue, 25 Jul 2023 23:14:15 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-ua1-x931.google.com with SMTP id a1e0cc1a2514c-791c27bb91dso198278241.0 for ; Tue, 25 Jul 2023 14:14:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1690319654; x=1690924454; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=tHh79QhQ8uuWv5Gi+alcTYBFphrchYmRVu2zjUi1B0M=; b=DvVkpQH1vN5N8gY0SZ1v+I1eKvIqQzyM/XbtgIZ92G2KPcKFwISXMOoFqOvtC6CKBZ g1iLkL1l626PuQhloB8aosv1XbPIluqs6EAYrPqZdTihn+rOX6wfubuV0CntZ8JKT1TA cPlyV+ERKWuSMagCHnNcMk1slLDCXyPteYJvQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690319654; x=1690924454; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=tHh79QhQ8uuWv5Gi+alcTYBFphrchYmRVu2zjUi1B0M=; b=mB0JEWRWb3W2+Frn7/tQkzEhAQi2thn3Rq8Zb/0GXZSjHmHvhlDk7chF8nTkgepobA i0CdJD9xWbmlB2L4gLlrLfpcFsvBqkw7d63saf0aDzCVG/+Dhwvv5O3lv+j5f6/PuRVD INncQdB77hOcpU/VHZwlITeY6wifOwp8qXsqKf9SWDEuuaYF/iuviISP5+vWvJXLitcX QsxJfGWFFdJVUmLOaMIK4BbkWIafp4w/PAuEgG1SC9bzB0bvdk/hHiJQlSRXgtqhPJaj 4wER/tTgLAQKdnU6TteTleox9wTI9EYCMW0B3cggE9j6QLo1yklWBZebgtEwaL/D06HI Or3w== X-Gm-Message-State: ABy/qLY1cV1w/r1cVfF49vJE3AHTYLSPZbMTSYd/Mnqe2icKXXQ3dZo8 QGV5fLRAMUWG81vf5JIC5b/r8DN23LX002xymv+bkg== X-Google-Smtp-Source: APBJJlEQOB4pbG4TXhhxBuqneDu+6Rlev2cMteoUTKuMzHFyut6JQS97XMgknJDbmOPbQt2wMVZTpw== X-Received: by 2002:a05:6102:2986:b0:447:50f5:ad6f with SMTP id dl6-20020a056102298600b0044750f5ad6fmr652211vsb.1.1690319654502; Tue, 25 Jul 2023 14:14:14 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-b236-e3a5-57be-379d.res6.spectrum.com. [2603:6081:7b00:6400:b236:e3a5:57be:379d]) by smtp.gmail.com with ESMTPSA id w10-20020a9f38ca000000b00794368659f5sm1804764uaf.35.2023.07.25.14.14.13 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 25 Jul 2023 14:14:14 -0700 (PDT) Date: Tue, 25 Jul 2023 17:14:12 -0400 From: Tom Rini To: u-boot@lists.denx.de Subject: Re: [PATCH 3/7] xes: Remove leftover code Message-ID: <20230725211412.GY3630934@bill-the-cat> References: <20230718233334.1450692-1-trini@konsulko.com> <20230718233334.1450692-3-trini@konsulko.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="NvGRzH4lHRV7k208" Content-Disposition: inline In-Reply-To: <20230718233334.1450692-3-trini@konsulko.com> X-Clacks-Overhead: GNU Terry Pratchett 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 --NvGRzH4lHRV7k208 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 18, 2023 at 07:33:30PM -0400, Tom Rini wrote: > The platforms here have been removed, but the common code directory was > forgotten. Clean up. >=20 > Signed-off-by: Tom Rini > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! --=20 Tom --NvGRzH4lHRV7k208 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmTAOyQACgkQFHw5/5Y0 tyxdrAwAnRA9n+R1J8NAQ7w+LbyyCvI1bm4+xMlaf8XT8ZHlq5tkz1hQwwceu6dG +tM7jbbgJkIS8eL02CcSDmbtv2Z2lfyfkIyjIM70rC2WCT85Yd8gtdBHkzm+8V4h FsF44Geb141ACFBJhSFAvZTxRuP/z/ibrPi2nKr6fXxSKSM6RVjj0FaacIdaA6Qp xPw7M43JHbhFZD/Gw+n0ovrzxjNRjd9M3vsTPcTQWft8ZN546tm5KvrNNfqYN49k ABLuK8BmbdIYQYve5uM6RfFVYPMGF0KDsjpBIQ6SPbnZXczVmUMEx4fUMWhT7GUn uxAgd6MHVjQLsPz5KFLqBwb3hfFRVgBehYT51rXNPp9JOkFVYu59BUBXPryYu/ak eU6Dn2Q+LzZM0IQaCib3oXbtRSEMraINp9iVtUkIqVV6FmHUoPBTb/5Tnj79vNWU DSstuiXP65nQ/JV7XaichvDWNOoD1jRYpn8OtW161kkP7xKpjAVC3dECv5QnHVO8 im7XmYgk =AW39 -----END PGP SIGNATURE----- --NvGRzH4lHRV7k208--