[PATCH 1/2] qcom: qcs615: disable SCSI and use MMC for fastboot

Balaji Selvanathan balaji.selvanathan at oss.qualcomm.com
Sat May 2 04:01:48 CEST 2026


QCS615 platforms are equipped with eMMC storage only and do not
support UFS or other SCSI-backed devices.

Disable SCSI support and override the inherited qcom_defconfig
fastboot settings to use the MMC block interface with device 0.

Signed-off-by: Balaji Selvanathan <balaji.selvanathan at oss.qualcomm.com>
---
 configs/qcom_qcs615_defconfig | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/configs/qcom_qcs615_defconfig b/configs/qcom_qcs615_defconfig
index 27666a8129d..494e55bb18c 100644
--- a/configs/qcom_qcs615_defconfig
+++ b/configs/qcom_qcs615_defconfig
@@ -22,3 +22,9 @@ CONFIG_REMAKE_ELF=y
 CONFIG_TEXT_BASE=0x9fc00000
 
 CONFIG_FASTBOOT_BUF_ADDR=0xa1600000
+
+# CONFIG_SCSI is not set
+
+# QCS615 has eMMC only, not UFS/SCSI - override qcom_defconfig settings
+CONFIG_FASTBOOT_FLASH_BLOCK_INTERFACE_NAME="mmc"
+CONFIG_FASTBOOT_FLASH_BLOCK_DEVICE_ID=0

-- 
2.34.1



More information about the U-Boot mailing list