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 A123DC61DA3 for ; Fri, 3 Mar 2023 23:47:05 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 8E68885DFC; Sat, 4 Mar 2023 00:42:30 +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="k6f9sp6X"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 9FEC885E06; Sat, 4 Mar 2023 00:42:29 +0100 (CET) Received: from mail-qt1-x831.google.com (mail-qt1-x831.google.com [IPv6:2607:f8b0:4864:20::831]) (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 6428585DFC for ; Sat, 4 Mar 2023 00:42:27 +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-x831.google.com with SMTP id r5so4800886qtp.4 for ; Fri, 03 Mar 2023 15:42:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1677886946; 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=P5DYX9lnDwzjh+ztHSjH1q/tcDrxWZEo8hQi0K3KVcM=; b=k6f9sp6XifH1gRIIXpWsuV3La6yKDdTD3YSHTO5PyzTbF7JE9biTmZBpul644fiBsZ 7AWTUWKCzoMRXnL2wf/owPLw2eTQDrmnKJWC6wPivicbja/xsFRi6fEEW38oIZM4YMRV n0L0MHkjKy6GgMkpv2xmrUvXgC7vOfVhcZFZk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1677886946; 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=P5DYX9lnDwzjh+ztHSjH1q/tcDrxWZEo8hQi0K3KVcM=; b=tb/sujGWC46Q8Fb8wm2RA+EHb/shNq44lcJka+MNsEucP8ZkkvSEmrVNXF9ADT1NWv rldfZdWbRvo4IsJke3aTdXK/B8ncEwlLGnVUlSQV6KccJyKIYcp7cw1Q6VsZ0Pd8AUPp pzNc+ylIr401rUfIfSJ7SlaFxi9iZmiXlfP/jhT8c8V1SnO6/TTb/knLISCoSXgKvUP/ vedaRkTig00oM0tw9+zrY8D2qpdCBDZSYXjXi6DG0piYkj56LhbpSaBThjpFA6+20nG8 PsmbdIFb61CdaoQhv2zKRc4Lvy5NMg4D2JfIkzF6Qa9btLLWcGgC8G3EQ/mbwbPAxEug 8hkw== X-Gm-Message-State: AO0yUKVCRyihlow/1aWukKYM8BuZ2UvcLnCbTlqH2LhAajd2zU7A/mzk 0Bi8BEDsBXMNtRfK5Jwi0FgZYg== X-Google-Smtp-Source: AK7set9d2TXbbSbL7DVcrKF0FF2sahLKRvdRfqayvU2oC9rT6qmoYtlF5A3VlskJuyk6krl9l07bkw== X-Received: by 2002:a05:622a:1647:b0:3bf:cfaa:737e with SMTP id y7-20020a05622a164700b003bfcfaa737emr5344205qtj.23.1677886946258; Fri, 03 Mar 2023 15:42:26 -0800 (PST) Received: from bill-the-cat (2603-6081-7b00-6400-0000-0000-0000-036b.res6.spectrum.com. [2603:6081:7b00:6400::36b]) by smtp.gmail.com with ESMTPSA id d17-20020ac800d1000000b003b848759ed8sm2650983qtg.47.2023.03.03.15.42.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Mar 2023 15:42:25 -0800 (PST) Date: Fri, 3 Mar 2023 18:42:23 -0500 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Dzmitry Sankouski , Michal Suchanek , Philippe Reynes , Ramon Fried , Rasmus Villemoes , Robert Marko , Sean Anderson , Sergei Antonov Subject: Re: [PATCH v5 23/44] sandbox: Tidy up RTC options Message-ID: <20230303234223.GG968799@bill-the-cat> References: <20230222163425.2043934-1-sjg@chromium.org> <20230222163425.2043934-24-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="NX67wqIZZ1l2uYVs" Content-Disposition: inline In-Reply-To: <20230222163425.2043934-24-sjg@chromium.org> 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 --NX67wqIZZ1l2uYVs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 22, 2023 at 09:34:04AM -0700, Simon Glass wrote: > At present we enable the sandbox RTC driver for all builds. Add a separate > Kconfig option to control this, so that it can be disabled in TPL, where > it is not needed. >=20 > Signed-off-by: Simon Glass Applied to u-boot/next, thanks! --=20 Tom --NX67wqIZZ1l2uYVs Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmQChd8ACgkQFHw5/5Y0 tywgAgv+Lm0B/Sd3I9PvpUYHC1LhwSX4o+XUUoJBvPsh6Vc14KNTiZADb1Dp7xCo eFV9MeCQy/BNho1G1Ry0BZFkpT/7KjZL0auxkqZz85kyp3gIEzy2/OF2caLl4gPS b8XDmSO4pkwmqFMCAplb/khQoGNCmjjWsnGho6tJjn1SSRA0RNYDRk0euIff5vjC Ifn6nX52YxsYCDjwqn9aY9GrMb6if0Qi25S57076S+Ef0ICYDFfKeeKAqC9BqfxW YPxzV4THkuOyg3vruVW+IWVmxmKjkmEzD0rn/dfVQS3DXO+1+5HeHrYAd/pTG3qg 218l2P6ydrsv3P8wLy267UvjZ58cz9/uE26fSu3LIiPEPpWx4byMU7WYy626Od/X IPteNeeUHbT2HsxvUNuoxVRR3bAbRF7eh6j59FqinAnpewG1LX1x+LggVOaNt4jb 3gAmGFksHCURVud/TWGrhcRV+75LQChnLr+gvZwh3GKdfn/vH87A6JdsYy7rTQeO szkgisUx =DN9P -----END PGP SIGNATURE----- --NX67wqIZZ1l2uYVs--