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 9024AC636CD for ; Sun, 5 Feb 2023 22:46:31 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 7592185996; Sun, 5 Feb 2023 23:40:59 +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="Rs6hsbID"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 0F2AB859CA; Sun, 5 Feb 2023 23:39:56 +0100 (CET) Received: from mail-il1-x133.google.com (mail-il1-x133.google.com [IPv6:2607:f8b0:4864:20::133]) (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 D25258592B for ; Sun, 5 Feb 2023 23:39:26 +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@chromium.org Received: by mail-il1-x133.google.com with SMTP id k17so1362506ilq.12 for ; Sun, 05 Feb 2023 14:39:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=MyIX3itTRo2qrrQNzd4135YvVfSi8gVmMUUzMQPEXB0=; b=Rs6hsbIDHmg1zDxt4SAoOmK3ED53SJA/8vr4p3HsxbV3Ybft2oT0JSuPCfEILDg3Ve rvMNVy/JHXy9b8i6tv6Ogp0FOd9J/2IDOHfQVxqwTejH4Ivky5hnUGKnwgdDbQMEiAlI fKsa64Ddk+Z5PX7QQ97HtBuWvCs4ddjpgNVw0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=MyIX3itTRo2qrrQNzd4135YvVfSi8gVmMUUzMQPEXB0=; b=iR2cGCQZ/1IlsRjEH+gyCkrO4jV8BpF94CcH582NNj1F1+M/wjcpeEvtw5q+GB5P08 52deFQvfhuWFs+I86pUTDm4fK2oAX50E2wc5PeVoY9UR4w1Z/n6MHrMiuOd5HDj6TYgN hGpAitUuANJ+6qhB0kPGGdafJ66VfqGp6D4bWOiKaflqbfFGS2r1gN1bZUAlQnaa6duW qogTa/Q8JzaKhW+NFMREsOjsdhmfObhmMCyLeBl5ORTbwwshRA79Q+lpLM9yLt3709Zh 5J/WRpBcYXG9kAwMANj9LQO+VvEiGH6/bje5ZJVNc0hA6IrRTk/LnXeA0XvIBQ49iIP4 1puw== X-Gm-Message-State: AO0yUKXaZuy+jVO8FUP8Vl70ehgWKLBaEVycx5cGaL7zSGqtQ00y7flP yeJpiNp2FafWBlO5jAUEcD0NFFvk79PgLcXl X-Google-Smtp-Source: AK7set8V4aMtAm2ReulKmLxRUvCLIxjX36JYl3BNkdXKtu0aRQ75A/qAezJD0wjvgBoksO3CV5NnAg== X-Received: by 2002:a05:6e02:1549:b0:310:d05b:3a1 with SMTP id j9-20020a056e02154900b00310d05b03a1mr15295128ilu.20.1675636765297; Sun, 05 Feb 2023 14:39:25 -0800 (PST) Received: from sjg1.roam.corp.google.com (c-73-14-173-85.hsd1.co.comcast.net. [73.14.173.85]) by smtp.gmail.com with ESMTPSA id m40-20020a05663840a800b003b49e7d990asm2856393jam.30.2023.02.05.14.39.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 05 Feb 2023 14:39:25 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Simon Glass Subject: [PATCH v2 039/169] Correct SPL use of CMD_BOOTZ Date: Sun, 5 Feb 2023 15:36:25 -0700 Message-Id: <20230205223836.231657-40-sjg@chromium.org> X-Mailer: git-send-email 2.39.1.519.gcb327c4b5f-goog In-Reply-To: <20230205223836.231657-1-sjg@chromium.org> References: <20230205223836.231657-1-sjg@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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.6 at phobos.denx.de X-Virus-Status: Clean This converts 1 usage of this option to the non-SPL form, since there is no SPL_CMD_BOOTZ defined in Kconfig Signed-off-by: Simon Glass --- (no changes since v1) arch/arm/mach-stm32mp/cmd_stm32prog/cmd_stm32prog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-stm32mp/cmd_stm32prog/cmd_stm32prog.c b/arch/arm/mach-stm32mp/cmd_stm32prog/cmd_stm32prog.c index a8372356b0e..cfafa539aeb 100644 --- a/arch/arm/mach-stm32mp/cmd_stm32prog/cmd_stm32prog.c +++ b/arch/arm/mach-stm32mp/cmd_stm32prog/cmd_stm32prog.c @@ -150,7 +150,7 @@ static int do_stm32prog(struct cmd_tbl *cmdtp, int flag, int argc, /* Try bootm for legacy and FIT format image */ if (genimg_get_format(uimage) != IMAGE_FORMAT_INVALID) do_bootm(cmdtp, 0, 4, bootm_argv); - else if (CONFIG_IS_ENABLED(CMD_BOOTZ)) + else if (IS_ENABLED(CONFIG_CMD_BOOTZ)) do_bootz(cmdtp, 0, 4, bootm_argv); } if (data->script) -- 2.39.1.519.gcb327c4b5f-goog