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 C9760C433F5 for ; Fri, 15 Oct 2021 12:49:53 +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 16496610E5 for ; Fri, 15 Oct 2021 12:49:53 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 16496610E5 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=rock-chips.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 F13EA83846; Fri, 15 Oct 2021 14:49:50 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=rock-chips.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 18AA883847; Fri, 15 Oct 2021 14:49:49 +0200 (CEST) Received: from mail-io1-f44.google.com (mail-io1-f44.google.com [209.85.166.44]) (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 E0AC583846 for ; Fri, 15 Oct 2021 14:49:45 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=rock-chips.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=kever.yang@gmail.com Received: by mail-io1-f44.google.com with SMTP id p68so7555099iof.6 for ; Fri, 15 Oct 2021 05:49:45 -0700 (PDT) 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=GUBAaY1GGPzGd+czHDfxCzMLgg+bJKoO4Gh3SAcUo6I=; b=IIAWmkhwFRtnrIJqYz2XwQPq8nSmsTuZAGGiA0VX3CWlR7udyL2YmJeHQdl6kSs0IU crgA4Ll+WTvfH6F7/HCkkZfFHQwNVdBsVOmNef97gHdc/eIzTNk6a4jXY+uZDG98P9EU ak3dnUADqh4zFoIvk9G6VWvrsZjg0hJ2OanxQn4krDLztuQev/B3Ad8xGZnTY9xHqnAF 2qnKe97YTAbmUjSdnbNHZCAf+POvMdruY2JLGbZIdEvHdJfesnjOpDdUdxhJB9uYIBR/ 1/xq1gVJnaMPskr+cETLyUUecpSXG0OPW6hSZ3bMSXe73vBkhKgZncZyPi7AKd0ZxC4o XKaw== X-Gm-Message-State: AOAM532VKufhNIT/6UGjO5yDbL50/g5nH0AWVoKMwnbrY+MI3fc58U1S w7AHE2/SjwuTndBktciajnpnDfXULhtmDgarkMo= X-Google-Smtp-Source: ABdhPJwvh7fNl+qHITs2bWubYD9FrQOpYiEnR72O91ufwBqW3yoR/D6eVAw+ZTlACGsMrr6jJjIA1pTW1UpJ6xXD4X8= X-Received: by 2002:a6b:f915:: with SMTP id j21mr3641125iog.98.1634302184777; Fri, 15 Oct 2021 05:49:44 -0700 (PDT) MIME-Version: 1.0 References: <20210820172759.4088-1-jbx6244@gmail.com> In-Reply-To: <20210820172759.4088-1-jbx6244@gmail.com> From: Kever Yang Date: Fri, 15 Oct 2021 20:49:34 +0800 Message-ID: Subject: Re: [PATCH 1/2] doc: rockchip: sort rockchip support list for rk3188 To: Johan Jonker Cc: Kever Yang , Simon Glass , Philipp Tomsich , U-Boot-Denx Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 Reviewed-by: Kever Yang Thanks, - Kever Johan Jonker =E4=BA=8E2021=E5=B9=B48=E6=9C=8821=E6=97= =A5=E5=91=A8=E5=85=AD =E4=B8=8A=E5=8D=881:33=E5=86=99=E9=81=93=EF=BC=9A > > In the list of mainline U-boot supported Rockchip boards > rk3188 is placed below under the name rv3188. Give back it's > original name and sort the list in alphabetical order. > > Signed-off-by: Johan Jonker > --- > doc/board/rockchip/rockchip.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/doc/board/rockchip/rockchip.rst b/doc/board/rockchip/rockchi= p.rst > index fbb99839..8d75efc0 100644 > --- a/doc/board/rockchip/rockchip.rst > +++ b/doc/board/rockchip/rockchip.rst > @@ -26,6 +26,8 @@ List of mainline supported rockchip boards: > - Kylin (kylin_rk3036) > * rk3128 > - Rockchip Evb-RK3128 (evb-rk3128) > +* rk3188 > + - Radxa Rock (rock) > * rk3229 > - Rockchip Evb-RK3229 (evb-rk3229) > * rk3288 > @@ -75,8 +77,6 @@ List of mainline supported rockchip boards: > * rv1108 > - Rockchip Evb-rv1108 (evb-rv1108) > - Elgin-R1 (elgin-rv1108) > -* rv3188 > - - Radxa Rock (rock) > > Building > -------- > -- > 2.20.1 >