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 69F92C433F5 for ; Fri, 8 Oct 2021 12:41:31 +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 9C2F960FC2 for ; Fri, 8 Oct 2021 12:41:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 9C2F960FC2 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=amarulasolutions.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 59068835FA; Fri, 8 Oct 2021 14:41:28 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=amarulasolutions.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=amarulasolutions.com header.i=@amarulasolutions.com header.b="rfmUOtKq"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id C25E783600; Fri, 8 Oct 2021 14:41:26 +0200 (CEST) Received: from mail-ed1-x52c.google.com (mail-ed1-x52c.google.com [IPv6:2a00:1450:4864:20::52c]) (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 0F1C9835FA for ; Fri, 8 Oct 2021 14:41:24 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=amarulasolutions.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=jagan@amarulasolutions.com Received: by mail-ed1-x52c.google.com with SMTP id a25so20104836edx.8 for ; Fri, 08 Oct 2021 05:41:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=s8NfJkTWgNOhc2oPsyYqAem70rYnu3+W2pfGYE7h+SA=; b=rfmUOtKqSRCoXI9Myn7PnqM8wWQjgQ+UhvBrczQ2+SPa/1vMBSMzRtItXzT/f8iDn4 +NJgv0kbfIBetsxn/VrxxeLgN+e0YR75ZdOFjGLBWY+vL3V6BHo/67960sxmDk5C8976 AxO1UpVp4+LmJLEaH4x9J5jjoHbTVOy/+C9xc= 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=s8NfJkTWgNOhc2oPsyYqAem70rYnu3+W2pfGYE7h+SA=; b=lNCOKvd2UXXD//muRzqksSDByOjKSoe3RKPW5Daba4fpiiBr0VVURMAyg4WDnRXy/0 VSQJ5lOl9G7EUuyDsj1XK3OEssJxN8+rMH60AL1tkvPvzy+tAoYh/KETztMToQ2p2KxP hhdZMtbNR5BiPkBBGgQKqUe6Rzonjtax7v3MxHPHIKV4omK55FyPOxDbEGwfZwWFiwZv /Rm+aByc1HTf+07WciXRkL1JEkQuCnJBo7+2fxutoy2j0UsmV/d2lOtuXjaOmTnXdj46 7GfqLeEsibhTKqMTW6EXu/ZyyWJVtzoptWpMrErn5D3ECve7IfUl1cpaGl8VPIwlC1AP u2BA== X-Gm-Message-State: AOAM532tyX1ajDhcZR9B62aPNv86I+Hsm4cTomNdIKzVWIwYhrXeZeyo w015Eu9dLfJpYmKV/tmAoQkJIRizf5/QCNG6aGI/48vmnF+EkQ== X-Google-Smtp-Source: ABdhPJwAEJ2BttmBZ6cilph3YDuXOklU0Tr/3+2zLWMWZU2d142DPuHZyQpdDDMFrOuAEmIC+cD+EOJ4De1bt1yGj7k= X-Received: by 2002:a17:906:942:: with SMTP id j2mr4121596ejd.303.1633696880356; Fri, 08 Oct 2021 05:41:20 -0700 (PDT) MIME-Version: 1.0 References: <20210919214937.3829422-1-sjg@chromium.org> <20210919214937.3829422-3-sjg@chromium.org> In-Reply-To: <20210919214937.3829422-3-sjg@chromium.org> From: Jagan Teki Date: Fri, 8 Oct 2021 18:11:09 +0530 Message-ID: Subject: Re: [PATCH v4 2/5] sf: Use const for the stage name To: Simon Glass Cc: U-Boot Mailing List , Heinrich Schuchardt , Mike Frysinger 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, Sep 20, 2021 at 3:19 AM Simon Glass wrote: > > This is not updated at runtime so should be marked const. Update the code > accordingly. > > Signed-off-by: Simon Glass > --- > Reviewed-by: Jagan Teki