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 8A8B9C636CC for ; Sun, 5 Feb 2023 22:49:49 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C02EC85A46; Sun, 5 Feb 2023 23:41:49 +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="ZdkV9dXJ"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 3E53285967; Sun, 5 Feb 2023 23:40:26 +0100 (CET) Received: from mail-io1-xd30.google.com (mail-io1-xd30.google.com [IPv6:2607:f8b0:4864:20::d30]) (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 2069C859DE for ; Sun, 5 Feb 2023 23:39:51 +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-xd30.google.com with SMTP id 65so3893717iou.3 for ; Sun, 05 Feb 2023 14:39:51 -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=mGpLh26qZ9AJQXHAqiSB7D/HQX6r4p90mY0MNW2IjGQ=; b=ZdkV9dXJWp1GrWyiwi0FSS+IPxvl/wHImiquedCzIV1UJAaaEV365t0ZejppQ7aYcD 3HQFf6qJUzE6RyaTbXTHW7H0O2TVSCEFDH4XKfxx88f54cAZuwi6RwodAl4aku8jK78M 5KDCQ7PEAJC2+c+PpLiXWeEuc0HPCPnCHVM+c= 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=mGpLh26qZ9AJQXHAqiSB7D/HQX6r4p90mY0MNW2IjGQ=; b=4m5E8fvorbQp2S/iX+3LTRZ/SAxMG1suR4Hkcp7RRcqe5fUHQp7K975O55riE8AJaS BK6JyYBGoJFeRqkClwvuoDwxZaXYHJR6eNYa/4ykJ+fuj1H8tqVvlcRmaWFaClRRN78a 1SxZRqdB0MuUb4a14tfbo19bzLTbRZuard8drkSjNBgzuIKDkwI0yMBTfXaeCcDbh3QB TsmDogcC3iWeZKBywrpqwoflK9il5qjxuVMNe0Yznn9c+zl9qefzEVuybKbK53jtGZE4 iEqdy/HWyqjrP78jrqpCd5hw3VyM+UF50djecr/APy6kqIGNyxUCUhY0+oZsAx8C5Y+g 5v7A== X-Gm-Message-State: AO0yUKUIm1gRGX9Ug8Fomm6UWfsNZCv9oKCKkj0it9qgoG+o3kWmsueH 5DNWCG89Ofz84TjQPu1xUeayP8w/Zq1hqrBi X-Google-Smtp-Source: AK7set/3P9LHKQqaX/E8eFmBoISK5Lkv/OmEQt4pkXhVTrS3AByj3CHRaZo8WBcos0KfC52wErekBQ== X-Received: by 2002:a5e:9804:0:b0:707:ad8d:c0ab with SMTP id s4-20020a5e9804000000b00707ad8dc0abmr11085374ioj.10.1675636783662; Sun, 05 Feb 2023 14:39:43 -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.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 05 Feb 2023 14:39:43 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Simon Glass Subject: [PATCH v2 061/169] Correct SPL use of CMD_VIRTIO Date: Sun, 5 Feb 2023 15:36:47 -0700 Message-Id: <20230205223836.231657-62-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_VIRTIO defined in Kconfig Signed-off-by: Simon Glass --- (no changes since v1) include/configs/qemu-arm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/qemu-arm.h b/include/configs/qemu-arm.h index 60ac5489ac1..1d4d3f28983 100644 --- a/include/configs/qemu-arm.h +++ b/include/configs/qemu-arm.h @@ -48,7 +48,7 @@ # define BOOT_TARGET_SCSI(func) #endif -#if CONFIG_IS_ENABLED(CMD_VIRTIO) +#if IS_ENABLED(CONFIG_CMD_VIRTIO) # define BOOT_TARGET_VIRTIO(func) func(VIRTIO, virtio, 0) #else # define BOOT_TARGET_VIRTIO(func) -- 2.39.1.519.gcb327c4b5f-goog