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 B4C58C433EF for ; Tue, 7 Jun 2022 06:47:25 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 8C20184184; Tue, 7 Jun 2022 08:47:22 +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=1654584442; bh=+VoE1Y/akpGY2jWEaMuwpDfwHesnUdQcofuBeu/13Kk=; h=Date:Subject:To:References:From:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=FxHtIbYKozK6ItRYkhP/ugySdiFGmXlgP64PRXTCBSVNWvk3uKmdKl7IU98i15DKJ KB16ugjTz6KLVMjB9d6CjiAFoZbRu0g0j2UueJtM4nqb88wTl5yHjdq9KtojCKWZmh uDfKevqdsqORJ5OaA6XTwUfgrFAAQelr/kMYJBcxTUUkQp+QuQ2by73N7DOzK4dglF Y6PQXbd+Yhmz1q+onhXWbZV3vt5sSruSW9mAnJLkxTbZ9xW0xmk3zbDMfho/W0Y14W KEGInR/8/S2JiQV1t+BoviQRsiCDVvbMW5WUG3iZcM0iij3bWq1CiKn41w7D6Rs4dN H9sxBR5J/TotA== Received: by phobos.denx.de (Postfix, from userid 109) id 123D684285; Tue, 7 Jun 2022 08:47:20 +0200 (CEST) Received: from mout-u-107.mailbox.org (mout-u-107.mailbox.org [91.198.250.252]) (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 D1FCE83EDA for ; Tue, 7 Jun 2022 08:47:17 +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 smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::102]) (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-107.mailbox.org (Postfix) with ESMTPS id 4LHLWR5kLXz9sRy; Tue, 7 Jun 2022 08:47:15 +0200 (CEST) Message-ID: <5579f092-4094-5ba1-1c53-bf61d01ac382@denx.de> Date: Tue, 7 Jun 2022 08:47:13 +0200 MIME-Version: 1.0 Subject: Re: [PATCH 1/2] mvebu: eDPU: disable SCSI support Content-Language: en-US To: Robert Marko , pali@kernel.org, marek.behun@nic.cz, rfried.dev@gmail.com, u-boot@lists.denx.de References: <20220603105305.848530-1-robert.marko@sartura.hr> From: Stefan Roese In-Reply-To: <20220603105305.848530-1-robert.marko@sartura.hr> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4LHLWR5kLXz9sRy 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 On 03.06.22 12:53, Robert Marko wrote: > eDPU does not use SCSI nor it has SATA exposed, and commit > arm: mvebu: a3720: Set BOOT_TARGET_DEVICES list to enabled peripherals > now allows compiling U-boot wihout all of the BOOT_TARGET_DEVICES since > not all boards have all of the listed peripherals exposed. > > So, disable SCSI support in defconfig for eDPU. > > Signed-off-by: Robert Marko Reviewed-by: Stefan Roese Thanks, Stefan > --- > configs/eDPU_defconfig | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/configs/eDPU_defconfig b/configs/eDPU_defconfig > index e2e593ad21..9c124bf147 100644 > --- a/configs/eDPU_defconfig > +++ b/configs/eDPU_defconfig > @@ -32,7 +32,6 @@ CONFIG_CMD_GPIO=y > CONFIG_CMD_I2C=y > CONFIG_CMD_MMC=y > CONFIG_CMD_MTD=y > -# CONFIG_CMD_SCSI is not set > CONFIG_CMD_SPI=y > CONFIG_CMD_USB=y > # CONFIG_CMD_SETEXPR is not set > @@ -78,7 +77,7 @@ CONFIG_PINCTRL=y > CONFIG_PINCTRL_ARMADA_37XX=y > CONFIG_DM_REGULATOR_FIXED=y > CONFIG_DM_REGULATOR_GPIO=y > -CONFIG_DM_SCSI=y > +# CONFIG_SCSI is not set > CONFIG_MVEBU_A3700_UART=y > CONFIG_MVEBU_A3700_SPI=y > CONFIG_SYSINFO=y Viele Grüße, Stefan Roese -- 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