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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A9E9CC433EF for ; Sat, 2 Oct 2021 21:10:06 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 0266F6120D for ; Sat, 2 Oct 2021 21:10:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 0266F6120D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 8473683321; Sat, 2 Oct 2021 23:09:35 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (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="s5eBHqOf"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id B0AFF822D7; Sat, 2 Oct 2021 23:09:25 +0200 (CEST) Received: from mail-qt1-x832.google.com (mail-qt1-x832.google.com [IPv6:2607:f8b0:4864:20::832]) (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 DA243831AE for ; Sat, 2 Oct 2021 23:09:19 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x832.google.com with SMTP id m26so12433075qtn.1 for ; Sat, 02 Oct 2021 14:09:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=Tr2nI9mw6UZu1gNpPqrKolr1HCgHASGu21dtY11ykrc=; b=s5eBHqOfJX+RpeydB5VaReptgr8DMTZmZjdGPHFdv51JxZZvXGaMDFmsUP9LOWLxIT wVNtvmOpZdh8PotwWHOufHRFlgQt/jThFeiZJfCul2/tTlIFiUAM8yKjX/GxY/xjtWJB Mc9TK70t7KKdBdcU0qTa/ola9BT9Cm/6fQ2pI= 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:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=Tr2nI9mw6UZu1gNpPqrKolr1HCgHASGu21dtY11ykrc=; b=xkzHxSyHXtUUksWw0XiT4LsWmlCrM1PPoDMJZFAJhmAyYICw8NR6G135jyd7NzSKND 3SfhWmqWOIrEp/ODuw2K8hDocdsPOIFbArGOv9kJszH854sEwGftCbvHS6G2XItjA+2y 9cvKuTSwLgfnR9AqOai8rjalvrTLEy6u7HNrAnIpl/H104F4y9RnLcyLb+PBKLyUKi3l Dj5JnMxLWihTadmRDxhsMBT7KBEhfovTIhN1m4sE+SoOFmGjNian0MhrarPHgxs2YFLJ NIwiUA0uPbkbKKmqwqmpvjSGqUH875FatBbowHOltr8YuMiYf9yKlmzgJyHWuItuSCIx hdew== X-Gm-Message-State: AOAM533A3DJeIvC0Y2nuGqj1wqmWj0PbVreSDPuSRMphJ2A8i5ioBHNb 0hCKvrHw2whAbp3vkWTeECx8/gXAWA8zHQ== X-Google-Smtp-Source: ABdhPJzvtZMiz4KiBImEwEuQMxv0fxhuMwEFRR059utiM6WnlY1ZZkdf/CI5wrIT/am0QPyXQMVkoQ== X-Received: by 2002:ac8:7a96:: with SMTP id x22mr5352492qtr.223.1633208958376; Sat, 02 Oct 2021 14:09:18 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-f86e-fa98-7326-9ffc.res6.spectrum.com. [2603:6081:7b01:cbda:f86e:fa98:7326:9ffc]) by smtp.gmail.com with ESMTPSA id h17sm6612510qth.42.2021.10.02.14.09.17 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Sat, 02 Oct 2021 14:09:17 -0700 (PDT) Date: Sat, 2 Oct 2021 17:09:15 -0400 From: Tom Rini To: u-boot@lists.denx.de Subject: Re: [PATCH 2/5] Convert CONFIG_BAUDRATE to Kconfig Message-ID: <20211002210915.GN31748@bill-the-cat> References: <20210913212455.29165-1-trini@konsulko.com> <20210913212455.29165-2-trini@konsulko.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="WyG/i6Mg9for+jdq" Content-Disposition: inline In-Reply-To: <20210913212455.29165-2-trini@konsulko.com> X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.9.4 (2018-02-28) X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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.2 at phobos.denx.de X-Virus-Status: Clean --WyG/i6Mg9for+jdq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 13, 2021 at 05:24:52PM -0400, Tom Rini wrote: > This converts the following to Kconfig: > CONFIG_BAUDRATE >=20 > Signed-off-by: Tom Rini Applied to u-boot/next, thanks! --=20 Tom --WyG/i6Mg9for+jdq Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFYynsACgkQFHw5/5Y0 tyxBEQv/Rgf6PPUiwwbJ+bKpeII+P/VP+xuiW1F+1f4sKmE/QcZsNlX3TDycj/Yj jN0CDMAngai28q4Gn2JWGzafi0pXmsdBtgDEMKQeQC/cxH8f0PZ5qMrmCyCnU0/I a4ziEK8+1yV4e50AKJFEtPoLP3fxePTG8AcETdznTVnsjmTcLF2zkxfYehjVUujj lhXOfaL1LzshIMcUAhD5eQzhXXIXR66n4kPGAXER+SVixPEqgXr5Pgn0BBBSm8z1 +r6O2lsyXBQpzSowXx4KMvmCOeSjgFwQvJ/LHf9cl/5g6KG2ciOlL5onG6ZWCOpd uvyjYqYDMTwb082+AT35BC71F8Y/OKrS/8+W3HP7tGfTuEkNS5KfdE5sPs/v3YSn 9NYxqtEQ2rkypcIjr1d7Uo1EZbolPzHvnVXegpXoBwG+OEtX6XCez1JC5A01SXqo cYjPexb9MzL/cqh1OVok8msORngBVXkpWsusxu3CHj/k7QiZLjfVFLNhTExkPLKI +tAZ2c2m =tyPK -----END PGP SIGNATURE----- --WyG/i6Mg9for+jdq--