All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Marko <robert.marko@sartura.hr>
To: sr@denx.de, pali@kernel.org, marek.behun@nic.cz,
	rfried.dev@gmail.com, u-boot@lists.denx.de
Cc: Robert Marko <robert.marko@sartura.hr>
Subject: [PATCH 1/2] mvebu: eDPU: disable SCSI support
Date: Fri,  3 Jun 2022 12:53:04 +0200	[thread overview]
Message-ID: <20220603105305.848530-1-robert.marko@sartura.hr> (raw)

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 <robert.marko@sartura.hr>
---
 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
-- 
2.36.1


             reply	other threads:[~2022-06-03 10:53 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-03 10:53 Robert Marko [this message]
2022-06-03 10:53 ` [PATCH 2/2] mvebu: uDPU: disable non-present peripherals Robert Marko
2022-06-03 12:43   ` Pali Rohár
2022-06-07  6:47   ` Stefan Roese
2022-07-21 12:27   ` Stefan Roese
2022-06-03 12:41 ` [PATCH 1/2] mvebu: eDPU: disable SCSI support Pali Rohár
2022-06-07  6:47 ` Stefan Roese
2022-07-21 12:27 ` Stefan Roese

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220603105305.848530-1-robert.marko@sartura.hr \
    --to=robert.marko@sartura.hr \
    --cc=marek.behun@nic.cz \
    --cc=pali@kernel.org \
    --cc=rfried.dev@gmail.com \
    --cc=sr@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.