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 6A51EC433F5 for ; Sun, 3 Apr 2022 00:15:47 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3CB02839AA; Sun, 3 Apr 2022 02:14:29 +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="Z0e05M8u"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id B6D8C839B7; Sun, 3 Apr 2022 02:14:22 +0200 (CEST) Received: from mail-qt1-x835.google.com (mail-qt1-x835.google.com [IPv6:2607:f8b0:4864:20::835]) (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 5AA8483965 for ; Sun, 3 Apr 2022 02:14:18 +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-qt1-x835.google.com with SMTP id t7so5059508qta.10 for ; Sat, 02 Apr 2022 17:14:18 -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=wK8nYAHBNfEu2HS1CiGXE0aUgsASqZRZ2sYOyBj0ayk=; b=Z0e05M8uyViBSSTz006nB1DBnuKwY7P7z18cJGewDEZlmPkcVWPEd8UCy8ZSu5/Dyj gTILa9I01sPdTEKjMb1fv44aro5Yz2KOnANiBGC/m9H+a2otuoidpHaGHYSRsqBUme/E ts45eBCx+VaqlRY3Y7V/bQ6jXxTPNKMQzP8Ds= 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=wK8nYAHBNfEu2HS1CiGXE0aUgsASqZRZ2sYOyBj0ayk=; b=RlcQh/E+0GwrWTQkrIK3sgiVbb0T1zBGFGJ9XdCzA7D5BAHJtXzqFc1N4B0YtMk51v lvd1wfF+NiLnT2LqNgzs1/Y+m8yNWTt/ZZNinSjHtH7FDIgZW98p6rr/Lr3pYhCzMu66 Xu5vPNrQUZYQU9euOj42F+cMWnCDfpb6XyDsQ7/fESTgyK9bCI24IjNuzScV1o63qb61 jYbsBRgKfNw0uFEEi9kwSTgJvYzSZ1zkq7KbRf5Z517ETVXOKHrOOv9RzXw6GRqd1/l8 tT+w0sK1pdoUebmF+ADsYObD1WBVYAqH99hfzQALMZvJ9QFtwAixQ5B1DzyFXjJpPOP/ cvoQ== X-Gm-Message-State: AOAM531WMm0cPamhhncA0hjQ858ZFws7rvtJd3ipXWEL+0AvaucsUNPi yVVWkW2HI7oKabEa28TuWWOhpw== X-Google-Smtp-Source: ABdhPJzRT7+svx2F81yHSz0joQ1vGJ/k3tl+soXQbfW98UJ0cj0rc6ozCwu5AqwYOQRl2fwSxkwrHw== X-Received: by 2002:ac8:5bce:0:b0:2e1:cc45:30f5 with SMTP id b14-20020ac85bce000000b002e1cc4530f5mr13340765qtb.445.1648944857218; Sat, 02 Apr 2022 17:14:17 -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 c145-20020a379a97000000b0067d943f7586sm3628171qke.123.2022.04.02.17.14.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 02 Apr 2022 17:14:16 -0700 (PDT) Date: Sat, 2 Apr 2022 20:14:14 -0400 From: Tom Rini To: Andre Przywara Cc: Liviu Dudau , Linus Walleij , Peter Hoyes , Simon Glass , u-boot@lists.denx.de, Sean Anderson Subject: Re: [PATCH 06/11] vexpress64: move hardware setting from defconfig to Kconfig Message-ID: <20220403001414.GH14476@bill-the-cat> References: <20220304163018.3167841-1-andre.przywara@arm.com> <20220304163018.3167841-7-andre.przywara@arm.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="E4bwVoblQmO+UfRy" Content-Disposition: inline In-Reply-To: <20220304163018.3167841-7-andre.przywara@arm.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 --E4bwVoblQmO+UfRy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 04, 2022 at 04:30:13PM +0000, Andre Przywara wrote: > The defconfigs for the Arm Juno board and the FVP model are quite large, > setting a lot of platform-fixed variables like SYS_TEXT_BASE. > As those values are not really a user choice, let's provide default > values for them in our Kconfig file, so a lot of cruft can be removed > from the defconfig files. > This also moves the driver selection out of there, since this is again > not something a user should really decide on. Instead we allow users to > enable or disable subsystems, and select the appropriate drivers based > on that in the Kconfig file. >=20 > Signed-off-by: Andre Przywara Applied to u-boot/next, thanks! --=20 Tom --E4bwVoblQmO+UfRy Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJI5tYACgkQFHw5/5Y0 tyzGXQwAlpCjzS2DSyyTfPsLOJKdqU9jdah0VBqzzkG7/FowiDy7/HbhPJplLwp8 4TEruANoMKnN7FJ2CG2KSjoX7W7cYEYcLh9zkMx6veCxAH/MlZIKv95pzChfrx82 DEXkwly19dyxD4Xs5MKkPPpX697nDFoM7UtAzAQOuhKB2Y9xzKuO9J4SY7RPaeHc rR9lby5kcH1PaoEUSMQ9E/DwEM8f4RN/vYrk+FrAUB58JLBsMf2QPeKCUJxZW0Ry ddgnuhPiUY8qpc9Jm90GYURtZ5KA8YeBqPN9Q62HRemItGE6ORbRidlqu2wvgrA3 VbU5AFdmpZByTmo68VSCmCbMwA/iKeyd2IAWZANhxVUG7lmC8WMgFxPJh4mw4j42 fnMT2aUqJNIEO14t6FXGw+pi36MmgkiiBcOI/dsE2vDMo4XoBdeuwIIPtltHQIbQ qcVXe9liBsHbpqj2RaT++Ukf5wOIF9qP/UyR2kTJ9vXMfAvXgrc5C8M1kuN0qi22 fJwKlaM2 =IeNY -----END PGP SIGNATURE----- --E4bwVoblQmO+UfRy--