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 C61F5C636CD for ; Sun, 5 Feb 2023 23:04:27 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 82F4D85B4C; Sun, 5 Feb 2023 23:56:19 +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="mMlyehOU"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 9600B85B17; Sun, 5 Feb 2023 23:54:09 +0100 (CET) Received: from mail-io1-xd2f.google.com (mail-io1-xd2f.google.com [IPv6:2607:f8b0:4864:20::d2f]) (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 D422D85A8E for ; Sun, 5 Feb 2023 23:42:21 +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-xd2f.google.com with SMTP id j17so2001906ioa.9 for ; Sun, 05 Feb 2023 14:42:21 -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=yG+y5elrk3mRhKY0m3tQjU1THCHZO5yYjBEM1b7Oqws=; b=mMlyehOUHDQ47SYDldEGh60ARnsG1v8ohsBnA1DL5toWiHnFMcz1l/HzXbZpzxCF18 7eioHBATqjpSx7dtIFSNhVaIty2iSy2Qcxs3WwuGHZMMt+G4imzS15rq7pZIDWU70Bxv sPHL/yTrz1ij6ubWYL0AxmHkRqBIERcMlr4uM= 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=yG+y5elrk3mRhKY0m3tQjU1THCHZO5yYjBEM1b7Oqws=; b=ZMebLvUyOMPAE0IxXENQULdzVb/thZFZnzn0U5XiatLJO6a0BvxE4ehPcRnDiliwn4 vcZxE/SPjDvnBHX+bCj3hKfvz0X6z5tql6+8fcgz6/qHiGDv6WaAop+wOjeXjBoqI0nx ct7GetU5TCy/j4XJgIW0/Hgy0G6zab2ZYLS4oXTysP2K6i8V31uHa7WlTSqlRvS9IxvN Hz3xL60no+wpNtNdfgKRK2uRjbffa0qAJ8EQfQUIYDCedLfiQfNfqLxigsbGoFaGZB6K rEWfsdfuxVbfOCwC/M39IPyadiC9IEFMDvJFRB1bpf8kMye8z2s6sXEZ6jVaJosbv2u0 Y7Sg== X-Gm-Message-State: AO0yUKWjmBcgYDjKz6O7Q+rkpEHBT/fmC5c8wDgPULQGJsKZbYKqDfov HPrilY8q8Mac3zjsdHtx5ICGQgNVLbE4jwwK X-Google-Smtp-Source: AK7set+Uw2v+IOoqIMHYJDkzapE5S5OPKPc+yatMeJR63tNw3XvHIdPfH7wFEiCEnhMJvNzUHA51+A== X-Received: by 2002:a5d:9b8a:0:b0:71e:24ee:5352 with SMTP id r10-20020a5d9b8a000000b0071e24ee5352mr11643694iom.17.1675636940695; Sun, 05 Feb 2023 14:42:20 -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 z22-20020a05663803b600b003b33e77e5b2sm1503513jap.110.2023.02.05.14.42.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 05 Feb 2023 14:42:20 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Simon Glass Subject: [PATCH v2 088/169] Correct SPL use of FDT_SIMPLEFB Date: Sun, 5 Feb 2023 15:39:57 -0700 Message-Id: <20230205224118.233425-89-sjg@chromium.org> X-Mailer: git-send-email 2.39.1.519.gcb327c4b5f-goog In-Reply-To: <20230205224118.233425-63-sjg@chromium.org> References: <20230205224118.233425-63-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_FDT_SIMPLEFB 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 1318ba8951a..ca8f0255ae0 100644 --- a/board/st/stm32mp1/stm32mp1.c +++ b/board/st/stm32mp1/stm32mp1.c @@ -930,7 +930,7 @@ int ft_board_setup(void *blob, struct bd_info *bd) if (IS_ENABLED(CONFIG_FDT_FIXUP_PARTITIONS)) fdt_fixup_mtdparts(blob, nodes, ARRAY_SIZE(nodes)); - if (CONFIG_IS_ENABLED(FDT_SIMPLEFB)) + if (IS_ENABLED(CONFIG_FDT_SIMPLEFB)) fdt_simplefb_enable_and_mem_rsv(blob); return 0; -- 2.39.1.519.gcb327c4b5f-goog