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 BD32CC433F5 for ; Tue, 9 Nov 2021 13:46:05 +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 12A076109D for ; Tue, 9 Nov 2021 13:46:04 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 12A076109D 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 020EA836B4; Tue, 9 Nov 2021 14:46:02 +0100 (CET) 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="GHQYNQBx"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 48A06838B4; Tue, 9 Nov 2021 14:46:00 +0100 (CET) Received: from mail-qt1-x82d.google.com (mail-qt1-x82d.google.com [IPv6:2607:f8b0:4864:20::82d]) (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 12BD18369D for ; Tue, 9 Nov 2021 14:45:57 +0100 (CET) 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-x82d.google.com with SMTP id m25so7538156qtq.13 for ; Tue, 09 Nov 2021 05:45:57 -0800 (PST) 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=eLd0ngitmJ6BIE5leYrIlsAE0xbRJMeHlO9wsKb52wk=; b=GHQYNQBxE3QJ1BMez8unwWEgRlBDK9WX7Vvt1GlmENAmzStWneLkPCPdY2r5uicL1G rOd5+ici+EpKYRokyO5x6Ec7nIy/P9YKQbIJIArH88Ilnmc23SKSv05w9INiXF5LlDwR nztVCLNcQrHSJOc3osWcMWD9MOp6IJ3CSzQyU= 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=eLd0ngitmJ6BIE5leYrIlsAE0xbRJMeHlO9wsKb52wk=; b=KOZnb0xF6Ycjs2+Cu68hnlDlT4IO2Mp9T1frKEUBNKnIfj5pmNVeqboAJoVHmhg5pu /vZELIoHpGqbMATziGcRGT4UzYbl+BfD1QO0631/IrMFrHpop3LvMzoPkOggUkp6dvZU 3LC+BWFngUcm9X4ZM3xQZjZbNk2dqypBI9dh9niBqUTJ82Hs0UI3qiekVW43D2uPcwCj t/QMnwY4BKhe/HgGT4FjF8P2q0NxIOrj24mllZplNE3An5d7JyPnoJZ1lbs9p+SjBdrH XHDCSvLmj7NrA4MyzBGeJnGGxUucMkFNU5Rpi/5w0kR5OBSiY/KgVebzEsojECMXMO/I eSvw== X-Gm-Message-State: AOAM531FJkU9QlEbCfFQ1w0qpvKNjml3Q/BSlMAkancKjzb1EyOD6MPx qFtj3q9edck8UlhnjdI5Qy+21F5cxNfAdg== X-Google-Smtp-Source: ABdhPJzk05GLgpIFEFPN6MD2NdCdBVmM3C38Ei3rKI7YQbwwDzd8m9QwdxtPuC+oRbIXiZgGSzmUaQ== X-Received: by 2002:a05:622a:13cd:: with SMTP id p13mr8471714qtk.27.1636465555846; Tue, 09 Nov 2021 05:45:55 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-489f-3b74-940f-6f1a.res6.spectrum.com. [2603:6081:7b01:cbda:489f:3b74:940f:6f1a]) by smtp.gmail.com with ESMTPSA id s22sm12007324qko.88.2021.11.09.05.45.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 09 Nov 2021 05:45:55 -0800 (PST) Date: Tue, 9 Nov 2021 08:45:53 -0500 From: Tom Rini To: Leo Liang Cc: u-boot@lists.denx.de, rick@andestech.com Subject: Re: [PULL] u-boot-riscv/master Message-ID: <20211109134553.GN24579@bill-the-cat> References: <20211109023924.GA1128463@atcsi01> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="+9D0x2PrroKZTtS9" Content-Disposition: inline In-Reply-To: <20211109023924.GA1128463@atcsi01> X-Clacks-Overhead: GNU Terry Pratchett 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 --+9D0x2PrroKZTtS9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 09, 2021 at 10:40:01AM +0800, Leo Liang wrote: > Hi Tom, >=20 > The following changes since commit 52207514ba419a69a8105d16997b025f966c88= 79: >=20 > Merge branch '2021-11-05-Kconfig-syncs' (2021-11-05 15:38:46 -0400) >=20 > are available in the Git repository at: >=20 > https://source.denx.de/u-boot/custodians/u-boot-riscv.git=20 >=20 > for you to fetch changes up to 990e1e4beae546ddc9c50854c0588d1bea494cd2: >=20 > Fix syntax error (2021-11-08 15:35:55 +0800) >=20 > CI result shows no issue: https://source.denx.de/u-boot/custodians/u-boot= -riscv/-/pipelines/9775 >=20 Applied to u-boot/master, thanks! --=20 Tom --+9D0x2PrroKZTtS9 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmGKe4YACgkQFHw5/5Y0 tyxAAAv+I+bszjKJPdOihqnDDuIM9WY5qb7vpdEszIZizF+GEdpUlw8rdnvVAioy FNymRBskrqzEmM3LrAs4MkI8OBAJBovfl4ef8FLBV5gnzusgSCsYT52BNzvV2fRL mfw9MJeCPIidpi23UDYUUYZc5dC3yv106WpjbNMAEODSEG9P07Gzxbgnikw0BoYq 96deQuqYp0sNNRNXxR3aLkKvyudZcmozy2maOWxddROLGiM3ViWjrJgCjjPGpoig 0gnLG9Gfx2BktESa90/4ffYNN8zr8wSm/78gwo1inoI5F5jSFC4sHaNVklWfS+0r Z+SD3QMviUtvIGlVT1cbIqnE768P2ozzirETqmV/um/Hyd2LtwAdnfnJpDL6QyEf 9kUzE1OBkIkNBnRHB6WdCm78c7ZbKKNETj4qiapkAkeglEYtatow0j+ZMHnTysm6 fPC9iZBZloTRJtzhFxhOpPDxYgHH/uHWJpnA+WOL3Owt3DD+H89uLpT0DVEXjNW0 6uRo4wfh =TqN8 -----END PGP SIGNATURE----- --+9D0x2PrroKZTtS9--