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 05087C433F5 for ; Mon, 27 Sep 2021 20:16:14 +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 77C1D60FF2 for ; Mon, 27 Sep 2021 20:16:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 77C1D60FF2 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=chromium.org 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 6303C82EE0; Mon, 27 Sep 2021 22:16:07 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org 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=chromium.org header.i=@chromium.org header.b="l9KKI06y"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id EAA4D82D72; Mon, 27 Sep 2021 22:15:23 +0200 (CEST) Received: from mail-ua1-x92e.google.com (mail-ua1-x92e.google.com [IPv6:2607:f8b0:4864:20::92e]) (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 1DBC282BE5 for ; Mon, 27 Sep 2021 22:15:18 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@google.com Received: by mail-ua1-x92e.google.com with SMTP id 37so5134469uaq.11 for ; Mon, 27 Sep 2021 13:15:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=CQz6UYI8r8GazItLB4a4XCFoSLG16htMuMzsZbEonF8=; b=l9KKI06yd00uTlf69itUKnGRz2SbuDjWgViSFkAa5P0ftoISTO7NlefX2TpnxiovKn wYM95/xzxt6XghKDaQz9DXt+IptDTijz0W1yPqGNl0RDEK0PvLnjQz+meBIat2ljuVZb CgF7WwvHKu+wyjYyFpiZyjwc5Q3E0axJ/c9gY= 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; bh=CQz6UYI8r8GazItLB4a4XCFoSLG16htMuMzsZbEonF8=; b=CYicR36h56i9qnPY1/4JFvFIIYcr+qRXOOW86Kl776SiB1z+kBUCFT2Lv92G8vRNxg cT2XI3FCfbEK+OEES0Ptx5zKjwt7eb7ZRlV2+52SI3IaUiw336+5xSVLhcqmgbeQejaL RxP2LuE5MzkuHQBIXNud7hwwIgD6hpZkX7WJZkiZvjJ78Yk1Et0oyDixFhXr2kTLsIDw Gw4gz+VbFCiv+iXhaiuTdPRla7gVYD+hpm2FzGsoXQpHUJmh//pkyZbtiuQYqDWWE3vz Xspx/X07JKBOGSHKDDoifQwNWj5QYnD5hhXnaXNyTwD680RvtxIkXEaQM3OYWQav1Izj awLA== X-Gm-Message-State: AOAM531d13dBnWyQJ2QRK9zCMze8SKElQi3HtGeBcGETJUW2GAv+VGV9 Z5WvTjPhl3nOfjXaR55i2ix4a/Wr261/xza5tiNb0A== X-Google-Smtp-Source: ABdhPJxnOHvUJfrS8IEigq6KlzXHqHhK99w8eMYFQfjxXKuKynFPzxZVuLM1oL6V+kEqtA3pKtRwgK0Jk9Jsdktg6mc= X-Received: by 2002:ab0:4a19:: with SMTP id q25mr1937587uae.143.1632773716666; Mon, 27 Sep 2021 13:15:16 -0700 (PDT) MIME-Version: 1.0 References: <20210927064751.78591-1-ilias.apalodimas@linaro.org> <20210927064751.78591-3-ilias.apalodimas@linaro.org> In-Reply-To: <20210927064751.78591-3-ilias.apalodimas@linaro.org> From: Simon Glass Date: Mon, 27 Sep 2021 14:15:05 -0600 Message-ID: Subject: Re: [PATCH 3/3] treewide: Remove OF_PRIOR_STAGE To: Ilias Apalodimas Cc: Tom Rini , Mark Kettenis , Bharat Gooty , Rayagonda Kokatanur , Rick Chen , Leo , Thomas Fitzsimmons , Bin Meng , Green Wan , =?UTF-8?B?TWFyZWsgQmVow7pu?= , Sean Anderson , Lukas Auer , Brad Kim , Zong Li , Heinrich Schuchardt , Dimitri John Ledkov , David Abdurachmanov , U-Boot Mailing List Content-Type: text/plain; charset="UTF-8" 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 On Mon, 27 Sept 2021 at 00:48, Ilias Apalodimas wrote: > > The previous patches removed OF_PRIOR_STAGE from the last consumers of the > Kconfig option. Cleanup any references to it in documentation, code and > configuration options. > > Signed-off-by: Ilias Apalodimas > --- > dts/Kconfig | 11 ++--------- > include/fdtdec.h | 4 ---- > lib/fdtdec.c | 2 -- > tools/binman/binman.rst | 16 ++++++---------- > 4 files changed, 8 insertions(+), 25 deletions(-) Reviewed-by: Simon Glass