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 A4BB5C433EF for ; Fri, 8 Apr 2022 18:03:27 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 606CF83DD2; Fri, 8 Apr 2022 20:03:16 +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="Y4p5Zibl"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 7F95B83DA3; Fri, 8 Apr 2022 20:02:59 +0200 (CEST) Received: from mail-qk1-x735.google.com (mail-qk1-x735.google.com [IPv6:2607:f8b0:4864:20::735]) (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 8058283DA2 for ; Fri, 8 Apr 2022 20:02:54 +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-qk1-x735.google.com with SMTP id e10so3827411qka.6 for ; Fri, 08 Apr 2022 11:02:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=BljlqN22goqj21CktAIfyxU+OAlEUB40XT8nt3UF52c=; b=Y4p5Zibl6FK0MdsJRkZmYQOUep6Ov2j/p3+0fsScYy9eiXjS77p5kmPO4wqbXXjDL3 gdv+CfIYt7FPVdBPHmNbRS0ncEbjAuyUVq8QDX6neX0o8CfPFGQuNNv8KYsLjyEW+F/O 8Wu9MHhoDdWdLuNnWL7zFaQy/IQ2oeJWEft4s= 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:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=BljlqN22goqj21CktAIfyxU+OAlEUB40XT8nt3UF52c=; b=Frwg8QJ6SsRS2vh7mDOGUT2vS2wksen6fDMAlnaGRAT9wzouRXDLnLm+4YyC/M2tz1 mhMxZ5GuiMWwmwlSY/lgq24s0hKrtwr299iYCahW0qiQJ/c5hrGGtjNhj2QkqpxMEY3I fsGtuZpMykHfRBXCUE1ViHlD0Wp/6lEge3bDFr0kixywPLhN6ByNB4uT92kWrRous3ll HfV2yZoYrGVuqAcNOyNLXKu1gtgt/pDCSPrIHogcoLYnUe9lASsiwFMb8d3g/s+SApEc rI1cxcuKsyg78q2BVQN739kUiNJO3EVH3fH7xNNsjkCZfjTPUa774ijHfIKEtLX4pqRw MuZg== X-Gm-Message-State: AOAM5315MSEYOum4KX5azg2Uu2WgJKMr5eEQ1nAcK4KEsR9VEMwGx0wv Ls1ZO2ZIKegITSJsb37ishi5fzHvk+UNag== X-Google-Smtp-Source: ABdhPJz/FeaX0GUY8zqY827wZaTm282s0sAKghlAwgKZPt4BO8UadYE3qCYVYa6NISFJhiy8U83S6g== X-Received: by 2002:a05:620a:153c:b0:69b:dd8f:c44 with SMTP id n28-20020a05620a153c00b0069bdd8f0c44mr2386322qkk.163.1649440972602; Fri, 08 Apr 2022 11:02:52 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id f34-20020a05622a1a2200b002e1a35ed1desm19712289qtb.94.2022.04.08.11.02.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Apr 2022 11:02:51 -0700 (PDT) Date: Fri, 8 Apr 2022 14:02:50 -0400 From: Tom Rini To: u-boot@lists.denx.de Cc: Linus Walleij , Andre Przywara Subject: Re: [PATCH 05/25] arm: integrator: Migrate platform-specific options and cleanup armcoremodule.h Message-ID: <20220408180250.GH14282@bill-the-cat> References: <20220330220735.908616-1-trini@konsulko.com> <20220330220735.908616-5-trini@konsulko.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="awxGVdTeoOKEHxWQ" Content-Disposition: inline In-Reply-To: <20220330220735.908616-5-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.5 at phobos.denx.de X-Virus-Status: Clean --awxGVdTeoOKEHxWQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 30, 2022 at 06:07:15PM -0400, Tom Rini wrote: > This converts the following to Kconfig: > CONFIG_CM_INIT > CONFIG_CM_REMAP > CONFIG_CM_SPD_DETECT > CONFIG_CM_MULTIPLE_SSRAM > CONFIG_CM_TCRAM >=20 > We make the first three of these options be always enabled, as that > matches usage. We select the last two based on how they were defined in > armcoremodule.h. This also allows us to remove some unused code in > board/armltd/integrator/lowlevel_init.S >=20 > Cc: Linus Walleij > Cc: Andre Przywara > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! --=20 Tom --awxGVdTeoOKEHxWQ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJQeMkACgkQFHw5/5Y0 tyx6Ygv/SdHyJc/pTO9jHqjfi3kNuFIP3oPkIMMPMl9FFygbXl6XJeB6de0jM/Sx m1LmV9zsIJXiLR8cDTHlvNK14faFnQ/ysvDXl3d4xNiflGoGxa8rrZIXU0cE8tCd 5TZ5Otw08B88Y6duJaY5If493c9I8iIre/fGpuP7OG1YbCFYXrvKuvHhEQ7uB6Bs QhgfD6F1BbH7V7I1Cc5DxNKZiusJoKpLpWXeMTpY6nbZuHc2+dmCeTw220Ya7Hwh BMzagzNk+575yBqB2OG3jV/OBtrRpGUnwOD/9zYUHlM2TaHsV/WkqgzDSVsWRC65 rGno5RLMi2fhcNV0ow1r0C07BJ4FKFy+vTjAlIjEAtTBj8zYP78lTsiervtkz8mp UfqncxE1A4P/Lba+E6nBz+RPvCo2jM7w37SJ6pyh1gLdUtIIP01OEbDxyRn2rKZ9 z2LYDzdYsZM5+HIrSJ4XbHMhrM7cNlxUDgB0ABNj0cBApexxpbaaXVDll1Sm0R7t YYs7nzXw =junK -----END PGP SIGNATURE----- --awxGVdTeoOKEHxWQ--