• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisióned0be7efed375f7e12e0807be5b6699683adf8a8 (tree)
Tiempo2022-07-21 17:14:04
AutorRobert Marko <robert.marko@sart...>
CommiterStefan Roese

Log Message

mvebu: eDPU: disable SCSI support

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>
Reviewed-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>

Cambiar Resumen

Diferencia incremental

--- a/configs/eDPU_defconfig
+++ b/configs/eDPU_defconfig
@@ -36,7 +36,6 @@ CONFIG_CMD_GPIO=y
3636 CONFIG_CMD_I2C=y
3737 CONFIG_CMD_MMC=y
3838 CONFIG_CMD_MTD=y
39-# CONFIG_CMD_SCSI is not set
4039 CONFIG_CMD_SPI=y
4140 CONFIG_CMD_USB=y
4241 # CONFIG_CMD_SETEXPR is not set
@@ -84,7 +83,7 @@ CONFIG_PINCTRL=y
8483 CONFIG_PINCTRL_ARMADA_37XX=y
8584 CONFIG_DM_REGULATOR_FIXED=y
8685 CONFIG_DM_REGULATOR_GPIO=y
87-CONFIG_DM_SCSI=y
86+# CONFIG_SCSI is not set
8887 CONFIG_MVEBU_A3700_UART=y
8988 CONFIG_MVEBU_A3700_SPI=y
9089 CONFIG_SYSINFO=y