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 DB968C433F5 for ; Fri, 5 Nov 2021 02:05:54 +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 5281B60E97 for ; Fri, 5 Nov 2021 02:05:54 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 5281B60E97 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 D4F5783760; Fri, 5 Nov 2021 03:04:34 +0100 (CET) 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="Yrzgvy3u"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 569FF83728; Fri, 5 Nov 2021 03:03:39 +0100 (CET) Received: from mail-ot1-x32b.google.com (mail-ot1-x32b.google.com [IPv6:2607:f8b0:4864:20::32b]) (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 1D4628365C for ; Fri, 5 Nov 2021 03:03:06 +0100 (CET) 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-ot1-x32b.google.com with SMTP id v40-20020a056830092800b0055591caa9c6so11001223ott.4 for ; Thu, 04 Nov 2021 19:03:06 -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=AHSe5W4Z9ytSHw56vS0FQYyWLWumqZpdEVd+jzQXSq0=; b=Yrzgvy3u4326/XfmW5rno9jbSq+e0h8KAKTaiUcbtDTbbcEhvgHmxZY3SwQ7tlhBus XJAZhL5BKc6Z5oehPQguo9MhFnbdbJYM8TX9PDGB11OP3MwIvRJOClgkJ/7tO66DyJje xECNvRfstxHk2l3bSxCGs+bpJacMJq70H4ZQU= 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=AHSe5W4Z9ytSHw56vS0FQYyWLWumqZpdEVd+jzQXSq0=; b=F/5wReOiNl5fkAOMouwC6iNvMuQPMjsvMrJ0pMQqzy+dlakkhGcdUsBMCGUjHmdI2N T6SSIPvuAK+EOD8A8hs/9zZWN5G6ann0dJ0tcCU0MBrQ5EVBnV0TO5cKscCxUGxdeGQS 3glBmAvexMEVIEoM4T9LA6CZnwifa/iZelM6gLktJ+cAwSei/Whj1K3t25a3j//jrYw1 IaTaGcdEJODPvKq1fpKngBHphFqsxmsdt1D7/9jYtDyk3CVmS0Y2kcrtsC0jgZxr4mK9 cHr7dB46qAKlXanlAjtaFxC/rQpctwn6eyUvFnsrf7nqpgX/OYKchjU3JvtluwNmcFg5 2Azg== X-Gm-Message-State: AOAM533daoPINhMOmHSAXofN30Ci202O91nrZ1QMiMbtZLTBOsm9xa2+ VUZgGrhQvKP87aa+DZthXGsJSSeC21RU7JFjEl2stnPM9c4= X-Google-Smtp-Source: ABdhPJzT3VX8RzLsVTK1qZoBrBIjyX1v1jqex7UxiiOje1n7Xc7uGTpg7BdKh7maf+JzTUYE3dcKB7b9187GJp4P4iY= X-Received: by 2002:a9d:17c5:: with SMTP id j63mr41958031otj.191.1636077784547; Thu, 04 Nov 2021 19:03:04 -0700 (PDT) MIME-Version: 1.0 References: <20211103142030.14752-1-marex@denx.de> <20211103142030.14752-2-marex@denx.de> In-Reply-To: <20211103142030.14752-2-marex@denx.de> From: Simon Glass Date: Thu, 4 Nov 2021 20:02:15 -0600 Message-ID: Subject: Re: [PATCH 2/3] bootstage: Fix up remaining bootstage config misuse To: Marek Vasut Cc: u-boot@lists.denx.de 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 Wed, 3 Nov 2021 at 08:20, Marek Vasut wrote: > > All these macros really guard show_boot_progress() function, which > is used only if BOOT_PROGRESS is enabled in Kconfig. Fix up the > macro guards. > > Signed-off-by: Marek Vasut > Cc: Simon Glass > --- > board/Seagate/dockstar/dockstar.c | 2 +- > board/Seagate/goflexhome/goflexhome.c | 2 +- > board/bosch/shc/board.c | 2 +- > board/buffalo/lsxl/lsxl.c | 2 +- > board/k+p/kp_imx53/kp_imx53.c | 2 +- > board/st/stv0991/stv0991.c | 2 +- > include/bootstage.h | 2 +- > 7 files changed, 7 insertions(+), 7 deletions(-) > Reviewed-by: Simon Glass