All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] mvebu: eDPU: disable SCSI support
@ 2022-06-03 10:53 Robert Marko
  2022-06-03 10:53 ` [PATCH 2/2] mvebu: uDPU: disable non-present peripherals Robert Marko
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Robert Marko @ 2022-06-03 10:53 UTC (permalink / raw)
  To: sr, pali, marek.behun, rfried.dev, u-boot; +Cc: Robert Marko

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


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-07-21 12:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-03 10:53 [PATCH 1/2] mvebu: eDPU: disable SCSI support Robert Marko
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

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.