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 F3429C433EF for ; Mon, 25 Apr 2022 00:45:25 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E0EA583953; Mon, 25 Apr 2022 02:45:22 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="Z8AASXRj"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 5598E83AC6; Mon, 25 Apr 2022 02:45:21 +0200 (CEST) Received: from mail-io1-xd33.google.com (mail-io1-xd33.google.com [IPv6:2607:f8b0:4864:20::d33]) (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 82806838F0 for ; Mon, 25 Apr 2022 02:45:18 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=rickchen36@gmail.com Received: by mail-io1-xd33.google.com with SMTP id 79so14284966iou.7 for ; Sun, 24 Apr 2022 17:45:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=hegJI7RHEuYjABcyYTO9MeiIZxiFg2qJki3KezCYmbI=; b=Z8AASXRjHh2qspCmOkgttfarWjajuURXKsGukq5Bsl1aBaxudpyaub6dEy6PEUu3cQ mjm/H5kvpB5ToqpnOWTDE7zE6ygdlP9iHIbECoTPy/dXGqXKkm3c10JJkQx6ku4I7YK4 BKr/xVWxvG1y+4rzUYLm+bSqcFBKmOq3hl1ietZuqS6fmsJPdI4Tj2ZXqgrcUTKEPlUl FBpnF5Va+edgCfFpgFy8Iu2jvQuIQoqausuPFj+ZnAQdZTO0uFtC6+Uuhtf0PZ1G72Pk Y0ezzbYiSOvjGoL7u5OGwAKfMmr4Ng86A5nJzIvK4+myQ3J7mWIeZA9Hl90+BaBoKpsB aDNQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=hegJI7RHEuYjABcyYTO9MeiIZxiFg2qJki3KezCYmbI=; b=nfgnVX88g3G0Wa38jnGNSM+Swok6jF/fmyKdwj113oDhTLKGusj6ZzsvU0t2LFUx4d pkcsVLo5UrmoNYy5Z/82bamuFZyBvCBtFItqhXw3sp+pH1cIGN7nyc5rbrg7bsnkJatb 0PN0W3PsYU+O5nVYZLhIHjFxu3BpJCjWg3+XcAeQOtIkGl3wKyznpbYr7y2z2Mz/6BbL kkl2IqIknjLdpmeGyXnIiI/Nb/o7gEc2C6UjHotc0QK+yOs6hBz127GzTkIhNy/8VPMM S9vn4Vlk4nBflrpDe8G6KEruVoAi0JWcELBSW3adO/GXmqduWGIfnAJ5tEgl1FzCa4Az QPZw== X-Gm-Message-State: AOAM532YPxDlRo9iBxmUScHDMRykMxY7f71QAOGH8Wo07Cw8WudZjP/F J7lGq4cKmT8p8DnkU4U+YtNpH3t95xUo6TxXbaxF8i0+qQI= X-Google-Smtp-Source: ABdhPJxQ+CyQNxWuL+kkthO28yUoM6Nps87vAdq74q43ghLKShe7fSH/Laycv+CGQtzpnYaN6fsR880Q393FhJt98H0= X-Received: by 2002:a05:6638:3f0d:b0:328:95b9:f8a4 with SMTP id ck13-20020a0566383f0d00b0032895b9f8a4mr6169310jab.174.1650847517253; Sun, 24 Apr 2022 17:45:17 -0700 (PDT) MIME-Version: 1.0 References: <20220406132125.52766-1-trini@konsulko.com> <20220419184235.GA3659803@bill-the-cat> <20220422121408.GY3045430@bill-the-cat> In-Reply-To: <20220422121408.GY3045430@bill-the-cat> From: Rick Chen Date: Mon, 25 Apr 2022 08:45:06 +0800 Message-ID: Subject: Re: [PATCH] nds32: Remove the architecture To: Tom Rini Cc: U-Boot Mailing List , rick Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 > On Fri, Apr 22, 2022 at 04:45:28PM +0800, Rick Chen wrote: > > Hi, Tom, > > > > > From: Tom Rini > > > Sent: Wednesday, April 20, 2022 2:43 AM > > > To: u-boot@lists.denx.de; Rick Jian-Zhi Chen(=E9=99=B3=E5=BB=BA=E5=BF= =97) > > > Subject: Re: [PATCH] nds32: Remove the architecture > > > > > > On Wed, Apr 06, 2022 at 09:21:25AM -0400, Tom Rini wrote: > > > > > > > As removal of nds32 has been ack'd for the Linux kernel, remove > > > > support here as well. > > > > > > > > Cc: Rick Chen > > > > Signed-off-by: Tom Rini > > > > > > Ping? > > > > Sorry for the late responses. > > > > Thanks for the information. > > Sorry, is that an ack? > Sorry, I forgot the signature here. Reviewed-by: Rick Chen > -- > Tom