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 4DA16C43334 for ; Thu, 21 Jul 2022 12:27:49 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id F218A84109; Thu, 21 Jul 2022 14:27:46 +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=1658406467; bh=piPX97GU2AIKTVfAUSzWke9G3WIMMFd2XrTHRTXC71E=; h=Date:Subject:To:References:From:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=fIdMmDnjEJhQxFfq0C5VG3KxYfrXmYQubjEqQeK4qL9Uv0uy7M4xtXd3wOXxJSkSE i+JoBdA0QgkXU3vHQer3BQSwfoTVfh/cGX8XfGiAGliDnAhTlXPTGTRBUWWKPOEFh7 FCl+/XviZMo0aHF7e3L8lUgAzDQxTrYm60EJYcR2wk8WdfWW87nTaAthstPfpZFvOs kjyZLrHVBgeOPuvB3TYzAMlwsVhil1bUgq0eN1h3HPHgB5KdVsmslJwAHVLsb6xNzf VaPmkjpyLCynhMgeQQPKbnetbESCURyMRKSrDxjUfyC5k4QSAX3s3NDat1GoilvCnX NNFLlFW242WxA== Received: by phobos.denx.de (Postfix, from userid 109) id EB1CA8410E; Thu, 21 Jul 2022 14:27:45 +0200 (CEST) Received: from mout-u-204.mailbox.org (mout-u-204.mailbox.org [80.241.59.204]) (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 CE8FC840EC for ; Thu, 21 Jul 2022 14:27:43 +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 smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:b231:465::1]) (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 4LpWzh5WF8z9sRH; Thu, 21 Jul 2022 14:27:28 +0200 (CEST) Message-ID: <54e9081e-cfb5-1622-aba4-7962d95244b6@denx.de> Date: Thu, 21 Jul 2022 14:27:25 +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-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 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 Applied to u-boot-marvell/master 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