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 241C5C433F5 for ; Wed, 30 Mar 2022 22:10:13 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 428BC841B4; Thu, 31 Mar 2022 00:08:43 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 615CF81FBB; Thu, 31 Mar 2022 00:08:03 +0200 (CEST) Received: from mail-qv1-f43.google.com (mail-qv1-f43.google.com [209.85.219.43]) (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 6652484193 for ; Thu, 31 Mar 2022 00:07:49 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=tom.rini@gmail.com Received: by mail-qv1-f43.google.com with SMTP id e22so18170046qvf.9 for ; Wed, 30 Mar 2022 15:07:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=WG7YoRNlv0IC826o2d7Y817P8hoFz4yMlSq4l3KXB14=; b=Uc5/q2d7L8SfNP0FLULvbVU9zxIoiQ617ujs0QS15vO91nB6NBuBcsqBDlzza7rSV5 yNxsOXK7op6D5H9dtT7K8f97kY0tSdDSodQhpnLLlKlqKiY5DD2IC5+zLRMb6ZDPTqd6 +2+WcEO8C4hzqCk+ZH3tJiaX+r9rol9aVCcpQfT7H0lXU1qxkZFUjWpE7sLYUkrVXc/r 7gkiPkfZNfSQJ7pfC+JJYL7F3+gjde8khufzJiy1z8qMgIperu+fsO270LUa8NRBBWnk MJU9cobeu5VskSZvXwh3OMajfNhfHjdqaL3r/mb1+OFw+HErJdv3sBDUZ6gEwL8CGcYF rzyg== X-Gm-Message-State: AOAM533nZu3+T/3TDYucZfkfAG0dMaCuciR90xzZTwqH4sVhDJ/K/WOC UP/omIC8rY9p6T37rNEV0hvADu8mEw== X-Google-Smtp-Source: ABdhPJwbvdyszg7LPAeEi/PY2xajySJiJc/W2GWc5xMZwTCM6Z+ZQ57LJnNxj6kAtbu8lWwI7jjX5Q== X-Received: by 2002:a05:6214:27cc:b0:441:8541:bc5c with SMTP id ge12-20020a05621427cc00b004418541bc5cmr1446240qvb.131.1648678068174; Wed, 30 Mar 2022 15:07:48 -0700 (PDT) Received: from bill-the-cat.lan (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id h2-20020ac85842000000b002e1ec550506sm17749694qth.87.2022.03.30.15.07.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 30 Mar 2022 15:07:47 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Cc: Mario Six , Stefan Roese Subject: [PATCH 14/25] controlcenterdc: Migrate CUSTOMER_BOARD_SUPPORT to Kconfig Date: Wed, 30 Mar 2022 18:07:24 -0400 Message-Id: <20220330220735.908616-14-trini@konsulko.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220330220735.908616-1-trini@konsulko.com> References: <20220330220735.908616-1-trini@konsulko.com> 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.5 at phobos.denx.de X-Virus-Status: Clean This symbol is only possibly useful on some mvebu platforms, so move the symbol there and select it for the only current user. Cc: Mario Six Cc: Stefan Roese Signed-off-by: Tom Rini --- arch/arm/mach-mvebu/Kconfig | 4 ++++ include/configs/controlcenterdc.h | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig index e17a55a44261..21d9db2638d6 100644 --- a/arch/arm/mach-mvebu/Kconfig +++ b/arch/arm/mach-mvebu/Kconfig @@ -90,6 +90,9 @@ config 88F6820 bool select ARMADA_38X +config CUSTOMER_BOARD_SUPPORT + bool + choice prompt "Armada XP/375/38x/3700/7K/8K board select" optional @@ -173,6 +176,7 @@ config TARGET_THEADORABLE config TARGET_CONTROLCENTERDC bool "Support CONTROLCENTERDC" select 88F6820 + select CUSTOMER_BOARD_SUPPORT config TARGET_X530 bool "Support Allied Telesis x530" diff --git a/include/configs/controlcenterdc.h b/include/configs/controlcenterdc.h index a7d922c3a237..b499d7085fd4 100644 --- a/include/configs/controlcenterdc.h +++ b/include/configs/controlcenterdc.h @@ -7,11 +7,6 @@ #ifndef _CONFIG_CONTROLCENTERDC_H #define _CONFIG_CONTROLCENTERDC_H -/* - * High Level Configuration Options (easy to change) - */ -#define CONFIG_CUSTOMER_BOARD_SUPPORT - /* * TEXT_BASE needs to be below 16MiB, since this area is scrubbed * for DDR ECC byte filling in the SPL before loading the main -- 2.25.1