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 4D1CBC001DF for ; Tue, 25 Jul 2023 17:41:19 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 97B9D86729; Tue, 25 Jul 2023 19:41:17 +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="ajpubKrJ"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id A350E8466A; Tue, 25 Jul 2023 19:41:12 +0200 (CEST) Received: from mail-vk1-xa2c.google.com (mail-vk1-xa2c.google.com [IPv6:2607:f8b0:4864:20::a2c]) (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 B142386603 for ; Tue, 25 Jul 2023 19:41:08 +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-vk1-xa2c.google.com with SMTP id 71dfb90a1353d-4863f6ffed5so284485e0c.0 for ; Tue, 25 Jul 2023 10:41:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1690306867; x=1690911667; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=sTnkqYnBBNyrxsSOtjjs2cl6uyB3c561o7k60O+fwXs=; b=ajpubKrJls16XhSQdAX4pXmxm9wl2D2DvlRliMqmmoJlw8QsdL8jS1EkESYRyhVC9S g1texufM43ytexWWoNdnBAqwoKu3YDkNT1ny4r4t0X7prLKW4sOpangua7tFw9VW53ni ttz4VyKeJ3hQApiXDy87vT0U4KbPg3RdQKkfc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690306867; x=1690911667; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=sTnkqYnBBNyrxsSOtjjs2cl6uyB3c561o7k60O+fwXs=; b=IF6UemJ82+ZkJC03nlpY05lKP3C/Iwjg5jB0gzXjxQbL5WSQqRfLvEvI940Kg4FJmM J75XNTqiU1hvSFbA5Q4/F5Si3lU6EsLUE7DvmvgXVSCn2019uQkB/ArzDHtrgfgTVVV4 VOq0oWchZDB6iRjzCCuuQUZlfym/E2fDm/P+8LKVzdvmMTLkVQF2M8MBL+/TZ6MtPCfK 6ljqp7BWhj7dVtGXuVYDXTz8cJ5bKujZjYPzjKt0aPtjl1cLsQHMc88/wnL36x+P7BQl M6ZJKjxnEcVUdoHgy9wAwak+uRUqJE89f5hnyv9fJLzWhZlP05ixMv0EB6mir20huC9W Sx5A== X-Gm-Message-State: ABy/qLYpFaVyuo44fCUMs0lCKmmFjAccHnAdSqxF5HJGhz8CtbOor6MQ VIjInOAJUhWcVprXaHIcDtBJPbjhzTn8FJGrG7fszQ== X-Google-Smtp-Source: APBJJlEACnES9xvezI04o0sWXLNoJmIj2JtAv7FEB4uFzHJ4cDKOfplhsy78OeTtLRMPEnINDFg49g== X-Received: by 2002:a1f:da45:0:b0:47e:1105:1f5e with SMTP id r66-20020a1fda45000000b0047e11051f5emr6174962vkg.1.1690306867458; Tue, 25 Jul 2023 10:41:07 -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 r7-20020a056122014700b004814091d81fsm1720141vko.31.2023.07.25.10.41.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 25 Jul 2023 10:41:07 -0700 (PDT) Date: Tue, 25 Jul 2023 13:41:05 -0400 From: Tom Rini To: Andrew Davis Cc: Simon Glass , Nishanth Menon , Vignesh Raghavendra , u-boot@lists.denx.de Subject: Re: [PATCH 2/2] ti: keystone2: Move common Kconfig selections to under ARCH_KEYSTONE Message-ID: <20230725174105.GY3630934@bill-the-cat> References: <20230725155416.100678-1-afd@ti.com> <20230725155416.100678-2-afd@ti.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="3ms7uaBJZKvOKRrL" Content-Disposition: inline In-Reply-To: <20230725155416.100678-2-afd@ti.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 --3ms7uaBJZKvOKRrL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 25, 2023 at 10:54:16AM -0500, Andrew Davis wrote: > These select/imply settings are common to the whole architecture not just > these boards, move these settings to the architecture config. >=20 > Signed-off-by: Andrew Davis Reviewed-by: Tom Rini --=20 Tom --3ms7uaBJZKvOKRrL Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmTACTEACgkQFHw5/5Y0 tyxqzQwAuudThrqhD3yzhqFKe6tEBsxZ8GgFB8662Kp51PL9LYSS0NWgn6kwF82+ 0sQmHD2RPhsKgNZ8qTZjt3/FtrurTbygXTSycAQt7dkGcf9waTxzbsg34m5ilryv YhOWzJTZRLDAQd0s3htMjEAfMUMcjI0YiiQkG0gYpnIV8T016yj6mqsdJWbWlkyu GVUdWsmIxwYdrzOAqwYbr2ToL8QJh/RNBgdNCWFspmiBxOEpN5cGxjew0EVua0P/ 8g28YnOo4bBgEt8yZtVs+iqRkHp0CC/EelC3S0nQcP/aaP0XbdnHPBWri3JO+rSw BGb6F650yoDhhs/44N5M64cc+zI3nsvwKCYdAu/w0U/AyO0lRcIjiXC7m1CVu91j G6Y7KNZAc2E4UHO9r8RS717ejzqISyG2OHOWt+kjIYttvEkodtHOTk2c7xyZtSfE lAJ7ijfIQCb8B5WwEQFhqC3GcFmJcMqEQ8R4RlfmrGfuYoTNkorCuvd4Sa9PXvsd DyxU5xSe =heCP -----END PGP SIGNATURE----- --3ms7uaBJZKvOKRrL--