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 B7DCEC636CD for ; Sun, 5 Feb 2023 22:50:11 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 7564085A3A; Sun, 5 Feb 2023 23:41: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="gOehS9Y8"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 8447D85A07; Sun, 5 Feb 2023 23:40:21 +0100 (CET) Received: from mail-il1-x12d.google.com (mail-il1-x12d.google.com [IPv6:2607:f8b0:4864:20::12d]) (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 0A29B859B3 for ; Sun, 5 Feb 2023 23:39:41 +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-x12d.google.com with SMTP id z2so4116926ilq.2 for ; Sun, 05 Feb 2023 14:39:40 -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=NQ+5m1toFuvOMzmL/f/TrSPWexd05Xy9RQaZZ+xI9cI=; b=gOehS9Y89nZfSdnAGL8i4I4aZ65f0dpz+bODpW8Kme6kCN7LJ4Qk72J6nC2yGExwPk oLVU46G4iJGJAQo4Uae+I24w1gnzVvexUOHkvs/pvLcygZlBY9IoHPA3OPwJ0jnXBalu 4b6HhQs5w0Ib38IWx2N1oYbWOLXOTyDUN8xCU= 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=NQ+5m1toFuvOMzmL/f/TrSPWexd05Xy9RQaZZ+xI9cI=; b=G+D3G40moukAWw3fJtZWRNEx9APVQaZq2qqxpIQfrsB3/g+KSmPELDdOLWvpK2lRru wlY3Lyhxb35kXAqQ9IWBNNreMNt1AgZf/i10rXdCpwGWhDRofZk7QBY/ubGcuHZ2bZSJ Wml/zTPNI+I4akWHRewqCh3lzONwuliH8UV8J7q6FHYXXOi3Qzo+q7IVnTh4N3s8xLXI 2UV41X+UfIrKfdPBxsP9MM83fMRiDlaTNjqxd71pL747tKnQzq0PYKLzcEqSiDous5hY SvswQcXFCPwzL1t2rhbRqRTu51ez69ICpqzTd2uTZan4wQe5fwVq0G4duoyaU4wCX/lE 3TMg== X-Gm-Message-State: AO0yUKX/Ba+8Z6lo9DFMLjtBE+sygpFoQUAW491vvCK1l1ECoP/QLtlE zu+W0c43A0oHUeBVJsTjJ8vQKNRDckIpz2AW X-Google-Smtp-Source: AK7set/ohGznHZdqN2MNIM5XAJRNqDtBahjdR9fyc0ggJkEVfw72H7/kH1Tq1qUvY0wg0eV/CTpUVQ== X-Received: by 2002:a05:6e02:1d91:b0:313:a766:15ee with SMTP id h17-20020a056e021d9100b00313a76615eemr6671276ila.21.1675636780511; Sun, 05 Feb 2023 14:39:40 -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.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 05 Feb 2023 14:39:40 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Simon Glass Subject: [PATCH v2 057/169] Correct SPL use of CMD_STBOARD Date: Sun, 5 Feb 2023 15:36:43 -0700 Message-Id: <20230205223836.231657-58-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_STBOARD defined in Kconfig Signed-off-by: Simon Glass --- (no changes since v1) board/st/stm32mp1/stm32mp1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/st/stm32mp1/stm32mp1.c b/board/st/stm32mp1/stm32mp1.c index 47b3d1bf4c5..b0dfa2b332e 100644 --- a/board/st/stm32mp1/stm32mp1.c +++ b/board/st/stm32mp1/stm32mp1.c @@ -129,7 +129,7 @@ int checkboard(void) fdt_compat && fdt_compat_len ? fdt_compat : ""); /* display the STMicroelectronics board identification */ - if (CONFIG_IS_ENABLED(CMD_STBOARD)) { + if (IS_ENABLED(CONFIG_CMD_STBOARD)) { ret = uclass_get_device_by_driver(UCLASS_MISC, DM_DRIVER_GET(stm32mp_bsec), &dev); -- 2.39.1.519.gcb327c4b5f-goog