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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 574B1C433EF for ; Tue, 28 Sep 2021 23:25:47 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id D943460F9D for ; Tue, 28 Sep 2021 23:25:46 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D943460F9D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id B4FC583305; Wed, 29 Sep 2021 01:25:32 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (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="qLwpoK2R"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id AD7DD831ED; Wed, 29 Sep 2021 01:21:51 +0200 (CEST) Received: from mail-qv1-xf34.google.com (mail-qv1-xf34.google.com [IPv6:2607:f8b0:4864:20::f34]) (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 6F7F4832A1 for ; Wed, 29 Sep 2021 01:21:43 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qv1-xf34.google.com with SMTP id n6so388027qvp.7 for ; Tue, 28 Sep 2021 16:21:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=g99WEvjVaxFFt1eRfI3OnNA3MrESVwpA2H2VZ1PjjmY=; b=qLwpoK2RgWPnd8+d1XhG1KPaTQ/zw3IkxxzGB+BQ6dsORwj9REwMMgKUWqm4Cnbr6u uoMjWARgmTiQYUf3Psnvl2VDcNCv1+5a6qe7H+zWRmSTZ1OzpKuQiC8FH50Gd8GcdIiS isdmDG3Y1FwknxVmNaCejlvs8BqO9Tr552bzA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=g99WEvjVaxFFt1eRfI3OnNA3MrESVwpA2H2VZ1PjjmY=; b=DtNZbDn8T7WdEvPfzletbQ0nNboi/nhVWjAad4DVVl629W/cMeu24KEbnoOl/0u12M aO0jWthVnxq7W0EDKb6NIzsY2iwSb9i24JXvYbrbP11Au2sCQaWEhgnQ3QUeOfc4y5cI hcN+b1hd2IJscwK/pLMAIvghPp3A5rG6gP8Bx7Zp0sm0yk2iSJ7fsYZptyx9gLHioQko cMVXH9mZlLCatdIQFEyB3HV3otIKF20EGhuoZOZcCw/YRNh4T3B/QK3+6rdcRKaB0FWK D9NHlSe+1gsQq5xSk4u+4tIGi2sFqZfWrGQSYa0SAEG7kpRFg8O6PTm3/3CEfjGWUr62 v4uA== X-Gm-Message-State: AOAM531AOMyCT2Gk/jaws+yvG0w9DZj2w6DPlBRaodfgbbA7zBBTUcy5 YsKh1H02g04cxedb6TGjmwyRkoktBznM7g== X-Google-Smtp-Source: ABdhPJyDPHKUTAktfkEcknb1JPtKtR/TWKLptHuMiqOQURDGeqFhXeA9mcax2MELRkWuMko/8ylO0A== X-Received: by 2002:a05:6214:590:: with SMTP id bx16mr8347411qvb.45.1632871302043; Tue, 28 Sep 2021 16:21:42 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-4dbd-2778-b846-7c33.res6.spectrum.com. [2603:6081:7b01:cbda:4dbd:2778:b846:7c33]) by smtp.gmail.com with ESMTPSA id 13sm431047qka.56.2021.09.28.16.21.41 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Tue, 28 Sep 2021 16:21:41 -0700 (PDT) Date: Tue, 28 Sep 2021 19:21:39 -0400 From: Tom Rini To: u-boot@lists.denx.de Subject: Re: [PATCH 16/17] ti: keystone: Move away from CONFIG_SOC_KEYSTONE Message-ID: <20210928232139.GN31748@bill-the-cat> References: <20210913003233.4125-1-trini@konsulko.com> <20210913003233.4125-16-trini@konsulko.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="R253y6Ojx11zD2IK" Content-Disposition: inline In-Reply-To: <20210913003233.4125-16-trini@konsulko.com> X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.9.4 (2018-02-28) X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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.2 at phobos.denx.de X-Virus-Status: Clean --R253y6Ojx11zD2IK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 12, 2021 at 08:32:32PM -0400, Tom Rini wrote: > We have individual SOC symbols for each keystone 2 platform. Use the > existing CONFIG_ARCH_KEYSTONE rather than CONFIG_SOC_KEYSTONE to > encompass all of the keystone families. >=20 > Signed-off-by: Tom Rini Applied to u-boot/next, thanks! --=20 Tom --R253y6Ojx11zD2IK Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFTo4MACgkQFHw5/5Y0 tyy07Qv8Dw7icul8z8c4xTcVKQzconU+2XzQZJ2mQpHTRyXSgvuyBFaOuyOhIxKW Ljh9GUfnOlRToW090MDov9fof2EslJcTNwy+gF++756Q55DEcyA2gGckyT7/TdOe B3/oab9urdSsoSFvVCCFWgRINnRTWBjW3uJqSOlrgPhjKjgm0Sg7LI/JgQywCCuW 4zenM1VEFMQpnnN878yEdtxePLvokRLyw96EOuvvDWBVeuTzcdDeD4RYhc3veRLl D8djmdINzOpCqfV42s2y9OmF0ENbgPtYrkwLaS7ju31shA7fp9vP1N2uCnloY+pO Z10K08R7bYLrBZ9tTYytzQ5ZvcLr1UJreJp3I4KIiAflGAcpznSeM6rr1hGnjIRy BE661dKMTw8m9cbAWkXuFPLGXabZDkMFZ1nncN+cSXWOGOg2Kwhrc0CWWvlaGLWv j/6S7Ed+XM82xkJ++QDEcF3cLhXWfSjh7YoT9I5grsGSCjSRqTZES9EiOpvjbS83 MPtLeCIV =CDFy -----END PGP SIGNATURE----- --R253y6Ojx11zD2IK--