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 68C8FC636CD for ; Sun, 5 Feb 2023 23:17:06 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 2D07E85AEF; Mon, 6 Feb 2023 00:16:54 +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="jGaDM06b"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 98D8E859A8; Sun, 5 Feb 2023 23:39:48 +0100 (CET) Received: from mail-io1-xd2c.google.com (mail-io1-xd2c.google.com [IPv6:2607:f8b0:4864:20::d2c]) (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 D2998859B2 for ; Sun, 5 Feb 2023 23:39:18 +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-io1-xd2c.google.com with SMTP id z21so3910639iol.0 for ; Sun, 05 Feb 2023 14:39:18 -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=BFU4fys4idxRZ9T15ECY3okVlSIrHokwJzrlTOzvppI=; b=jGaDM06braPuGiav4mhIU/HCxBuYwbmHxC7Op6SqX8AwOAM6h+6yvACZhjRJiHxIQ3 J4uBTjXruEHwQb0NY4QDc5XS82moozDLf96FtRnz5J4JvxwRzeNj9nZYyWk6GVWA96eh YLyD40btzzVk1aKVppHC7RKtJln9BqIzagIaA= 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=BFU4fys4idxRZ9T15ECY3okVlSIrHokwJzrlTOzvppI=; b=QXLLCF8hzMK9au9FkVOdwtjlHvkMCgtdYG0FO+bVc8ddXy0RRgZujbvxYp0hgeaMhC sJnYJh9iQHnGafpatry6O+u1sAWmMpam6AtH2iifQcwfKrZPects/YziV21GDHxaerXl X7+TZqUZDjrKIYD9zsRIDzn/ACzJreuUg+19O2mcJuFLWzrlx9h3PitMMT0V6SgFc89+ 3zYRRdE9qiEjqXGNJhPfByM7BRAoqYMI62b5/n0pLBh7Jurny59Zy7S9/7QGHjTAfHiJ vFPwiVMp3LylKtEzWM72Om94EYqV5vrsdz2m8zVrkh2EcslBWkVxPKW5CZ2YOUWgqEUT TPyQ== X-Gm-Message-State: AO0yUKValsDw2Yl+Zc/DTzaXrOyWYdNH+8kI29t5rjV9PppGcPGdcNqz rQs9nhJxq+7HBzBkTkroGlob17PKUCZ3GojD X-Google-Smtp-Source: AK7set8s4JyKFStixRUyLRXo/6WrwAdTMUyvmFuxPlFiWPybws/WqEglTpCMsYdWUhp7EOYgQRsEFQ== X-Received: by 2002:a5d:8186:0:b0:712:cf90:e3e with SMTP id u6-20020a5d8186000000b00712cf900e3emr11370814ion.2.1675636751007; Sun, 05 Feb 2023 14:39:11 -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.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 05 Feb 2023 14:39:10 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Simon Glass Subject: [PATCH v2 028/169] Correct SPL use of ARM64 Date: Sun, 5 Feb 2023 15:36:14 -0700 Message-Id: <20230205223836.231657-29-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_ARM64 defined in Kconfig Signed-off-by: Simon Glass --- (no changes since v1) arch/arm/mach-imx/imx_bootaux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-imx/imx_bootaux.c b/arch/arm/mach-imx/imx_bootaux.c index 8115bf40f1a..1a3e538c4fa 100644 --- a/arch/arm/mach-imx/imx_bootaux.c +++ b/arch/arm/mach-imx/imx_bootaux.c @@ -106,7 +106,7 @@ int arch_auxiliary_core_up(u32 core_id, ulong addr) if (!pc) return CMD_RET_FAILURE; - if (!CONFIG_IS_ENABLED(ARM64)) + if (!IS_ENABLED(CONFIG_ARM64)) stack = 0x0; } else { /* -- 2.39.1.519.gcb327c4b5f-goog