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 13544C636CC for ; Sun, 5 Feb 2023 22:46:18 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 36D7885794; Sun, 5 Feb 2023 23:40:55 +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="WrNQvFrD"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 16C1785953; Sun, 5 Feb 2023 23:39:51 +0100 (CET) Received: from mail-io1-xd36.google.com (mail-io1-xd36.google.com [IPv6:2607:f8b0:4864:20::d36]) (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 99DCF85977 for ; Sun, 5 Feb 2023 23:39:22 +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-xd36.google.com with SMTP id e2so3881615iot.11 for ; Sun, 05 Feb 2023 14:39:22 -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=dopn5iejyAASe0uKG+Nl+m4BKZGY/RFYq8PAmnammrE=; b=WrNQvFrD2Nq+b9T5/iCkOrsIesKjng13Urzlw+zVlgb8ODYelPs/j3gi86wLYO2Dir x2NDWnqsNkG9U68BQ6tA7ZHRaFsIuJ3FpIvBcffv3sYytHU291CRAttoLqWmd3vLTjXb rQOf9AtNGpWbd6EfKkHNiAjK8KDAg7nDXON1Y= 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=dopn5iejyAASe0uKG+Nl+m4BKZGY/RFYq8PAmnammrE=; b=YQnf+iQQg1X0EP+nAy7aGSel2wvbiwOKltpQOZCI0ghfsC3iH+UH9yHmVne5N6nsGf cyxLG4i9IjoDgHjgTozVbPvGbWKNzfdL5tvzedsvZidFIbOP3EhfxRqk5b7hOhPplmUB 6XdpJB+mAhIqNF0iOQlkTfhuJ8gUVewqg+3o6AvRC406HInNszV3WPbKz6pxU1tUQYTL uH5fCIwNg6guMTo4akovY9JJSSWYXlCYtxfE2hUb0MEOnC0HxbNYyfVROLPR55VQq+db 5Ebgpvep+5cSzAXLr4Ie05Gwoc7zZZ0QUhwHQ9snZzPHMzro1GJxAFASYghIr2Yt/xv2 gWsQ== X-Gm-Message-State: AO0yUKUo/ooehY7amtRkkR6htcfeZmtsQBFJF5AGorForVB7nbWCNQaU xKrd9CUApvCFtoVT2rQIcPBYJEnfURV0Ni4y X-Google-Smtp-Source: AK7set+GCL9GvZwtBAsTd1NsKv9bughkpRIb2ACzneRiRq/R23P5IadFFTFgdKPgLHDiSO30UPgUQw== X-Received: by 2002:a5d:9558:0:b0:71a:171e:7f9a with SMTP id a24-20020a5d9558000000b0071a171e7f9amr7820588ios.5.1675636761001; Sun, 05 Feb 2023 14:39:21 -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.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 05 Feb 2023 14:39:20 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Simon Glass Subject: [PATCH v2 034/169] Correct SPL uses of BOOTSTAGE_REPORT Date: Sun, 5 Feb 2023 15:36:20 -0700 Message-Id: <20230205223836.231657-35-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 2 usages of this option to the non-SPL form, since there is no SPL_BOOTSTAGE_REPORT defined in Kconfig Signed-off-by: Simon Glass --- (no changes since v1) arch/mips/lib/bootm.c | 2 +- arch/x86/lib/bootm.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/mips/lib/bootm.c b/arch/mips/lib/bootm.c index 5687ff22cb8..ab92bd06b0e 100644 --- a/arch/mips/lib/bootm.c +++ b/arch/mips/lib/bootm.c @@ -287,7 +287,7 @@ static void boot_jump_linux(struct bootm_headers *images) #if IS_ENABLED(CONFIG_BOOTSTAGE_FDT) bootstage_fdt_add_report(); #endif -#if CONFIG_IS_ENABLED(BOOTSTAGE_REPORT) +#if IS_ENABLED(CONFIG_BOOTSTAGE_REPORT) bootstage_report(); #endif diff --git a/arch/x86/lib/bootm.c b/arch/x86/lib/bootm.c index eafcddfa24b..04e475bdc24 100644 --- a/arch/x86/lib/bootm.c +++ b/arch/x86/lib/bootm.c @@ -39,7 +39,7 @@ void bootm_announce_and_cleanup(void) timestamp_add_now(TS_START_KERNEL); #endif bootstage_mark_name(BOOTSTAGE_ID_BOOTM_HANDOFF, "start_kernel"); -#if CONFIG_IS_ENABLED(BOOTSTAGE_REPORT) +#if IS_ENABLED(CONFIG_BOOTSTAGE_REPORT) bootstage_report(); #endif -- 2.39.1.519.gcb327c4b5f-goog