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 A5557C61DA4 for ; Thu, 23 Feb 2023 22:28:18 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C0422857FB; Thu, 23 Feb 2023 23:28:15 +0100 (CET) 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="nz3Zfz2u"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id DE63B8551C; Thu, 23 Feb 2023 23:28:12 +0100 (CET) Received: from mail-qt1-x834.google.com (mail-qt1-x834.google.com [IPv6:2607:f8b0:4864:20::834]) (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 A84BE8568E for ; Thu, 23 Feb 2023 23:28:09 +0100 (CET) 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-qt1-x834.google.com with SMTP id x1so13399697qtw.3 for ; Thu, 23 Feb 2023 14:28:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; 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=fRoOJHqq6SGL4Mag0S5XiwlzBi19XBHe8dtRK0QV7O4=; b=nz3Zfz2ubKOMBZxDc1pLJCRSpUfZ0TGjo4HpGEeA07TINAyIlkthcMYE63OLYEd8ft 3pjqTj1ShzbIa0l3iprZPo7cfEvvaQmEb9HO/FortXpnetqZCcpYWpjFvJqBY0bRojVe aDjr3gRD4oyjhQ3+deazaOaMr8zXbp51J/0Cs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=fRoOJHqq6SGL4Mag0S5XiwlzBi19XBHe8dtRK0QV7O4=; b=tms282olpGj7xBtcIPgBehxmOxvm5GIQ2h2vufqhceBOPOtlko0i5ZTyC+ob2laImf o6wWHQGHT9NFvzQSBz5yBsdT2iRirTcLyyYB3I4I6MG50Q6pyr009NcZs1AWdD1IKHcF tA+eu+Xb8kZoNN5PAepus1Ivlmh1n4vVb6RRIwbFCYUrdH18LrdL98vG7cbalN1mgrwH TKR26zI3vCa0dj51F1O7Y35xN9/FhT3QvnWGBcSKFag/t2JTRp0GLu1i58Dejafu0B9Z XUCdh3w0WBwQJuBvTmz3mH/bztQU6fQioBHDVYHlSouNxnNf89ExDbRvRdbngzlyX1UC E5Hw== X-Gm-Message-State: AO0yUKUilNUEKLTCcEYDo+O9TW93cO1pkpRgPKA2AxIND32p3yW2aZ7a A6BRDF73bgKteyaJ8SyJxtOM3Q== X-Google-Smtp-Source: AK7set8pS6qd0WDnFolGT8bruxhccIpskrpoaDvtEDBA0w06twaAzKxtWekgsqA57rqxJ/QFVfnr2A== X-Received: by 2002:a05:622a:2d4:b0:3bd:16cf:2f2e with SMTP id a20-20020a05622a02d400b003bd16cf2f2emr15710906qtx.50.1677191288516; Thu, 23 Feb 2023 14:28:08 -0800 (PST) Received: from bill-the-cat (2603-6081-7b00-6400-7b76-35a4-b335-d04d.res6.spectrum.com. [2603:6081:7b00:6400:7b76:35a4:b335:d04d]) by smtp.gmail.com with ESMTPSA id 14-20020ac84e8e000000b003bd1a798f76sm7448381qtp.37.2023.02.23.14.28.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 23 Feb 2023 14:28:08 -0800 (PST) Date: Thu, 23 Feb 2023 17:28:06 -0500 From: Tom Rini To: Andrew Davis Cc: Manorit Chawdhry , u-boot@lists.denx.de, Vignesh Raghavendra , Neha Francis , Jayesh Choudhary Subject: Re: [PATCH v1] configs: j7200: Merge HS and non-HS defconfigs Message-ID: References: <20230222075609.161318-1-m-chawdhry@ti.com> <469b8b1a-d0a8-7af1-65a7-daace104dece@ti.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="CKACI3fMNnafPCvl" Content-Disposition: inline In-Reply-To: <469b8b1a-d0a8-7af1-65a7-daace104dece@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.6 at phobos.denx.de X-Virus-Status: Clean --CKACI3fMNnafPCvl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 22, 2023 at 09:02:12AM -0600, Andrew Davis wrote: > On 2/22/23 1:56 AM, Manorit Chawdhry wrote: > > K3 devices have runtime type board detection. Make the default defconfig > > include the secure configuration. Then remove the HS specific config. > >=20 > > Non-HS devices will continue to boot due to runtime device type detecti= on. > > If TI_SECURE_DEV_PKG is not set the build will emit warnings, for non-HS > > devices these can be ignored. > >=20 > > Signed-off-by: Manorit Chawdhry > > --- >=20 > This will help with keeping the HS and non-HS configs in sync :) >=20 > Acked-by: Andrew Davis Please re-spin both of these to update the MAINTAINERS file as well. --=20 Tom --CKACI3fMNnafPCvl Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmP36HYACgkQFHw5/5Y0 tywtUwv/XNkWq/SmatbYS8NcBdhc50/NMNVsfD+dlK/gLnGK0hNyVHJWVNZoKlPM KPGeplpu6OCFGta+0cOjh1XJyCrrtxGK6Xd9ZWI29nAxWsgaSEayNEE1AZcFkv1d GdfjWLPuo4J5ACC6V8nMrXZcB0i1nypZiyozlsSkIa0t+Z6r+3Ksu2m3yVpJ92/0 uYPGTDLkwvg85v8mGre+bqX/N/tUaPre2AzFZyzrrtHec6NFhwUUfRrVEM2jXNRz 1kGItZ4GlE/8fgbD00KZ63ZMKLvXlDVsdh3Z33ZKVxwLZK1OVCley0iwB4ICMGWh 53Se+unL+EQXPPKKmWg221led5CTqYcf0Xvugb6bCmsBfhr9g605EJLakJsPWIz/ Uh4mydhc9I9qpq/AYptNcEx/AXWozjj789s5/Wm3p6n1UiYCdR8nFkVL3j+ytL3p 7j6RG/EWg4BxcAWSnK3KLKTDjpahcs8ROEvbhBEgawggWOKLIE6C/SAsub8GZ4uE Ku54/qVu =vcrO -----END PGP SIGNATURE----- --CKACI3fMNnafPCvl--