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 72F0DC636CC for ; Thu, 16 Feb 2023 03:37:13 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id A177985A9B; Thu, 16 Feb 2023 04:37:10 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com 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=konsulko.com header.i=@konsulko.com header.b="n6mL3/Xk"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id D134385A75; Thu, 16 Feb 2023 04:37:07 +0100 (CET) Received: from mail-qt1-x82c.google.com (mail-qt1-x82c.google.com [IPv6:2607:f8b0:4864:20::82c]) (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 D79AE85A75 for ; Thu, 16 Feb 2023 04:37:01 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x82c.google.com with SMTP id q13so950830qtx.2 for ; Wed, 15 Feb 2023 19:37:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:from:to:cc:subject:date:message-id:reply-to; bh=8x3wOG0DKfT3XNYwM+ApWyXej2L+z09R2/TRmFOIxdY=; b=n6mL3/XkCrEGe1mQtqaCTga0Q0ue+8FRCI5uczNt05hDLdPssuKBSwor7oA7KgSVeO Pcni3m/vAi/jLRpDR/dpQK7YQ+iW/mcHMnb0bTPGUkD+LrvSHBNEgh35Xlaf54CluZC/ 6a1b+bj/WN8dwDV/dkyag3/9sEqO3yKAumcVU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=8x3wOG0DKfT3XNYwM+ApWyXej2L+z09R2/TRmFOIxdY=; b=Nr5kFIDLmgikk6386dZkfY28Jgdi8v9A/zTziClozvEygXdHLsAuqTXmaU78EdXLkl /OKVhySNC+bU/kFxLnVsBrGnIhdGJGxnN8pyLTBCNebs6GRoCQUSjx97eF6p5ZyfFAos ZcFgYbFVz1E2iW9wibkeu78yVUfm3zC4mtVy8vuXlFAkr/05wa72ifkCa+X9qEIdjvy6 fiSFu3gyWAxys8Z6OCXZhtUYcmNbsInfAC1LqPuMsC5Tiuq4iOlyxpTqOnQOc4rIOQG6 yCzEhTudQf/KKfFRGs02bMSlf+6bZEP603bp+REUM3PbYPYUT220PQkoJDVQEJaiXdfr drJg== X-Gm-Message-State: AO0yUKVjNAdm0AleKB1NAYl8yGioJ8Q3dqpqaR9sge6Au+TSgF8GcjpQ RN3mKu6KFYMFNbV44Rfrsn5DZI2HQtox5wXUM80= X-Google-Smtp-Source: AK7set9w6hbk0kA2hQKYb5q75Y3gkqAzPjbladSiMXxVnfehB6g0x333IItBI1d61m+KWRY6xfEgrQ== X-Received: by 2002:ac8:5e0b:0:b0:3af:ba3b:db80 with SMTP id h11-20020ac85e0b000000b003afba3bdb80mr7214625qtx.33.1676518620438; Wed, 15 Feb 2023 19:37:00 -0800 (PST) Received: from bill-the-cat.lan (2603-6081-7b00-6400-2265-3a10-92ec-4b22.res6.spectrum.com. [2603:6081:7b00:6400:2265:3a10:92ec:4b22]) by smtp.gmail.com with ESMTPSA id a13-20020ac8720d000000b003b860983973sm471289qtp.60.2023.02.15.19.37.00 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Feb 2023 19:37:00 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH 01/13] common/Kconfig: Reword text for BOARD_TYPES Date: Wed, 15 Feb 2023 22:36:47 -0500 Message-Id: <20230216033659.3877684-1-trini@konsulko.com> X-Mailer: git-send-email 2.34.1 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 While it is true that for some Samsung platforms, we call get_board_type() the main usage of this CONFIG switch is to enable board_types in global data, which is then used by various platforms. Signed-off-by: Tom Rini --- common/Kconfig | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/common/Kconfig b/common/Kconfig index e3a5e1be1e95..86d6679d05b5 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -551,12 +551,11 @@ endmenu menu "Init options" config BOARD_TYPES - bool "Call get_board_type() to get and display the board type" + bool "Enable board_type entry in global data struct" help - If this option is enabled, checkboard() will call get_board_type() - to get a string containing the board type and this will be - displayed immediately after the model is shown on the console - early in boot. + If this option is enabled, a field will be added to the global + data struct to store an unsigned long value for the type of + platform that we have determined we are on, at run-time. config DISPLAY_CPUINFO bool "Display information about the CPU during start up" -- 2.34.1