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 4ED6BC4332F for ; Sat, 19 Nov 2022 23:48:48 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 4228285280; Sun, 20 Nov 2022 00:46:23 +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="JIlFIDlq"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 76D97851A9; Sun, 20 Nov 2022 00:46:05 +0100 (CET) Received: from mail-qv1-xf2c.google.com (mail-qv1-xf2c.google.com [IPv6:2607:f8b0:4864:20::f2c]) (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 08A6A849C0 for ; Sun, 20 Nov 2022 00:45:56 +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-qv1-xf2c.google.com with SMTP id d13so115206qvj.8 for ; Sat, 19 Nov 2022 15:45:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=kUDHVnMSqs7pSZpR2HSdyf93b77GHSjZi+FllU7GinA=; b=JIlFIDlqOM+31eGaXw6/sVlyqkGwJqPYhhTIpTDDP3BvLG+Pi9mLZ4MhqltBvpQXaa cDw7rEfTqam7Zwutp+p5al2lY3qLrfqqslxUdcy1O9TU4se6c+XvgKtPkZPCmZPvrMgr vYBJmaENiB4ENirHW/sO6bQVZ4twg7JjQqvwE= 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:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=kUDHVnMSqs7pSZpR2HSdyf93b77GHSjZi+FllU7GinA=; b=TdROn4Xx6msZnGrtHrUoYrAR5GDEYQC49hV2i32yZaIQXsE3WUZHDYvld6jSb+qStr YV4dK0R40G2ZfLq70Q5VlGzSXqoH09zr07Y0NjrfWSOCVPAK3kBMWA9R2aXKO9yJuIoq XF77DglfAEzevRE7Nwm6bGMRy5WV8lcg3CSyiy00pRxyMervRiwkDpU7ByilV4oWd4vA YpyYmVp7THTCKv/cZIjRTfh0ND9Q6iw/hg3h8m7lD82e6fusCNFcKztNezAYcfz9q29D A8VBrTnEObt22gseQ+tySvj4v+2YnbgYM7oZbtBj+8CbZLSv39C9rronXzYGt+X3pMtR cnxQ== X-Gm-Message-State: ANoB5plijM8v24X2bfV9QdJaX66ooqDGJgfLlt3CboUJVxlsBlNhNA6D JVNxjXdu6GgKRf+ZmQSI4oGhV/GKkGJ/1w== X-Google-Smtp-Source: AA0mqf4Mygj8wlBYHY43dwGde4A8u1Ino+fBtdp4kn4LCMjQiUZj3QE/Qyk/6Dp8hDDO/PEEbPaV3Q== X-Received: by 2002:a05:6214:5ec1:b0:4b8:2b54:b798 with SMTP id mn1-20020a0562145ec100b004b82b54b798mr12138929qvb.37.1668901554507; Sat, 19 Nov 2022 15:45:54 -0800 (PST) Received: from bill-the-cat.lan (2603-6081-7b00-6400-55ec-b699-c19f-3363.res6.spectrum.com. [2603:6081:7b00:6400:55ec:b699:c19f:3363]) by smtp.gmail.com with ESMTPSA id y11-20020a37f60b000000b006ce1bfbd603sm5169743qkj.124.2022.11.19.15.45.54 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 19 Nov 2022 15:45:54 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH 14/38] Convert CONFIG_IODELAY_RECALIBRATION to Kconfig Date: Sat, 19 Nov 2022 18:45:21 -0500 Message-Id: <20221119234545.404563-14-trini@konsulko.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221119234545.404563-1-trini@konsulko.com> References: <20221119234545.404563-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.6 at phobos.denx.de X-Virus-Status: Clean This converts the following to Kconfig: CONFIG_IODELAY_RECALIBRATION Signed-off-by: Tom Rini --- arch/arm/mach-omap2/omap5/Kconfig | 4 ++++ include/configs/am57xx_evm.h | 2 -- include/configs/dra7xx_evm.h | 2 -- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/mach-omap2/omap5/Kconfig b/arch/arm/mach-omap2/omap5/Kconfig index 18a66764224d..0787d192b696 100644 --- a/arch/arm/mach-omap2/omap5/Kconfig +++ b/arch/arm/mach-omap2/omap5/Kconfig @@ -1,7 +1,11 @@ if OMAP54XX +config IODELAY_RECALIBRATION + bool + config DRA7XX bool + select IODELAY_RECALIBRATION select SYS_OMAP_ABE_SYSCK help DRA7xx is an OMAP based SOC with Dual Core A-15s. diff --git a/include/configs/am57xx_evm.h b/include/configs/am57xx_evm.h index 340a8ce6dc88..dacfd41ccedf 100644 --- a/include/configs/am57xx_evm.h +++ b/include/configs/am57xx_evm.h @@ -14,8 +14,6 @@ #include #include -#define CONFIG_IODELAY_RECALIBRATION - #define CFG_SYS_NS16550_COM1 UART1_BASE /* Base EVM has UART0 */ #define CFG_SYS_NS16550_COM2 UART2_BASE /* UART2 */ #define CFG_SYS_NS16550_COM3 UART3_BASE /* UART3 */ diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index 8217712e3904..ac3fcacc68ed 100644 --- a/include/configs/dra7xx_evm.h +++ b/include/configs/dra7xx_evm.h @@ -13,8 +13,6 @@ #include -#define CONFIG_IODELAY_RECALIBRATION - #define CONFIG_VERY_BIG_RAM #define CONFIG_MAX_MEM_MAPPED 0x80000000 -- 2.25.1