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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4D2C7C433EF for ; Thu, 21 Oct 2021 05:35:07 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id BD1D960F9E for ; Thu, 21 Oct 2021 05:35:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org BD1D960F9E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C70F4834E0; Thu, 21 Oct 2021 07:35:04 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1634794505; bh=6gmOig6tLwR/gJuOqu4nWbglGbc75CfiCBED34rdaZ0=; h=Subject:To:Cc:References:From:Date:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=WfL/aghK37yzL9x9Z/VNEAr0LYnC8+ZB3as9bw7V0qz9/UFLPgvUr91K9pmIDVhCw 7TZQIdgjrRlRUQhJWxVxfmhgRuu85KtFXQNenV9UIkQSTHA+48W0wQGiCiiMQcwEc3 +4cjVOVzgUY9lCns5DcrdVeKMEQnZAK6ev4zu6Fm+wy3e8nsUcyzBgU/LvQcG9XVQ7 EsYsrwAQNjyhOOKNS+Fb7UJnPJKqafk2w4CCvlbqjTsy8z9lhaU0YNXR85N1vAaNHL 0SjisRIKOhUosUFwtGiK99b4jSykDXiPN6ogNSGxk/Le1X2vnU+WuaFCVkQk4rjO9l lsXkw+NiUWVpw== Received: by phobos.denx.de (Postfix, from userid 109) id 65731834FE; Thu, 21 Oct 2021 07:35:02 +0200 (CEST) Received: from mout-u-204.mailbox.org (mout-u-204.mailbox.org [91.198.250.253]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 2D55783423 for ; Thu, 21 Oct 2021 07:34:59 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=fail smtp.mailfrom=sr@denx.de Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:105:465:1:4:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-u-204.mailbox.org (Postfix) with ESMTPS id 4HZbll0l6NzQjcJ; Thu, 21 Oct 2021 07:34:59 +0200 (CEST) Subject: Re: [PATCH u-boot-marvell 12/12] arm: mvebu: turris_omnia: Move CONFIG_SPL_DRIVERS_MISC to Kconfig To: =?UTF-8?Q?Marek_Beh=c3=ban?= Cc: u-boot@lists.denx.de, pali@kernel.org, =?UTF-8?Q?Marek_Beh=c3=ban?= References: <20211009173346.7859-1-kabel@kernel.org> <20211009173346.7859-13-kabel@kernel.org> From: Stefan Roese Message-ID: <3b163eba-3e8f-c2af-5207-b7f7fb4cee42@denx.de> Date: Thu, 21 Oct 2021 07:34:54 +0200 MIME-Version: 1.0 In-Reply-To: <20211009173346.7859-13-kabel@kernel.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-DE Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AB4A926B X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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.2 at phobos.denx.de X-Virus-Status: Clean On 09.10.21 19:33, Marek Behún wrote: > From: Marek Behún > > Instead of declaring CONFIG_SPL_DRIVERS_MISC in board config header, > select it in Kconfig. > > Signed-off-by: Marek Behún Reviewed-by: Stefan Roese Thanks, Stefan > --- > arch/arm/mach-mvebu/Kconfig | 1 + > include/configs/turris_omnia.h | 1 - > 2 files changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig > index 8365305733..c66dab6012 100644 > --- a/arch/arm/mach-mvebu/Kconfig > +++ b/arch/arm/mach-mvebu/Kconfig > @@ -127,6 +127,7 @@ config TARGET_TURRIS_OMNIA > select DM_I2C > select I2C_MUX > select I2C_MUX_PCA954x > + select SPL_DRIVERS_MISC > select SPL_I2C_MUX > select SPL_SYS_MALLOC_SIMPLE > select SYS_I2C_MVTWSI > diff --git a/include/configs/turris_omnia.h b/include/configs/turris_omnia.h > index 562b49327f..3af62ef48c 100644 > --- a/include/configs/turris_omnia.h > +++ b/include/configs/turris_omnia.h > @@ -38,7 +38,6 @@ > > #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10)) > #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4) > -#define CONFIG_SPL_DRIVERS_MISC > > #ifdef CONFIG_MVEBU_SPL_BOOT_DEVICE_MMC > /* SPL related MMC defines */ > Viele Grüße, Stefan -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de